Skip to content

Commit 6e92f59

Browse files
committed
Stop building products
No longer needed for tests
1 parent bbb10c7 commit 6e92f59

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ pipeline {
4444
*/target/work/data/.metadata/.log,\
4545
m2e-core-tests/*/target/work/data/.metadata/.log,\
4646
**/target/artifactcomparison/*'
47-
archiveArtifacts (artifacts: '**/target/products/*.zip,**/target/products/*.tar.gz', onlyIfSuccessful: true)
4847
junit '*/target/surefire-reports/TEST-*.xml,*/*/target/surefire-reports/TEST-*.xml'
4948
}
5049
}

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@
9090
<module>org.eclipse.m2e.apt.tests</module>
9191
<module>org.eclipse.m2e.pde.connector.tests</module>
9292
<module>org.eclipse.m2e.pde.target.tests</module>
93-
94-
<!-- products -->
95-
<module>products</module>
96-
9793
<!-- UI/Integration tests -->
9894
<module>org.eclipse.m2e.swtbot.tests</module>
9995
</modules>

0 commit comments

Comments
 (0)