Skip to content

Commit

Permalink
Stop building products
Browse files Browse the repository at this point in the history
No longer needed for tests
  • Loading branch information
akurtakov committed Oct 3, 2024
1 parent bbb10c7 commit d4163b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ pipeline {
*/target/work/data/.metadata/.log,\
m2e-core-tests/*/target/work/data/.metadata/.log,\
**/target/artifactcomparison/*'
archiveArtifacts (artifacts: '**/target/products/*.zip,**/target/products/*.tar.gz', onlyIfSuccessful: true)
junit '*/target/surefire-reports/TEST-*.xml,*/*/target/surefire-reports/TEST-*.xml'
}
}
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@
<module>org.eclipse.m2e.apt.tests</module>
<module>org.eclipse.m2e.pde.connector.tests</module>
<module>org.eclipse.m2e.pde.target.tests</module>

<!-- products -->
<module>products</module>

<!-- UI/Integration tests -->
<module>org.eclipse.m2e.swtbot.tests</module>
</modules>
Expand Down

0 comments on commit d4163b8

Please sign in to comment.