-
Bug
-
Resolution: Done
-
Major
-
4.3.0.Final, 4.4.0.Alpha1
-
None
-
https://github.com/jbosstools/jbosstools-freemarker/pull/54, https://github.com/jbdevstudio/jbdevstudio-ci/pull/156, https://github.com/jbosstools/jbosstools-browsersim/pull/79, https://github.com/jbosstools/jbosstools-browsersim/pull/80, https://github.com/jbosstools/jbosstools-target-platforms/pull/183
Currently, we deploy our TP update sites to the JBoss Nexus snapshots repo.
Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jboss/tools/targetplatforms/jbdevstudio-multiple/4.51.2.Beta1-SNAPSHOT/jbdevstudio-multiple-4.51.2.Beta1-20151120.225728-3.pom Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jboss/tools/targetplatforms/jbdevstudio-multiple/4.51.2.Beta1-SNAPSHOT/maven-metadata.xml Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jboss/tools/targetplatforms/jbdevstudio-multiple/maven-metadata.xml Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jboss/tools/targetplatforms/jbdevstudio-multiple/4.51.2.Beta1-SNAPSHOT/jbdevstudio-multiple-4.51.2.Beta1-20151120.225728-3-jbdevstudio-multiple.target Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jboss/tools/targetplatforms/jbdevstudio-multiple/4.51.2.Beta1-SNAPSHOT/maven-metadata.xml Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jboss/tools/targetplatforms/jbdevstudio-multiple/4.51.2.Beta1-SNAPSHOT/jbdevstudio-multiple-4.51.2.Beta1-20151120.225728-3.zip ...
But other than Locus and the Browsersim Standalone zip, we don't ever use these artifacts, so they just:
- eat disk space in Nexus
- consume time/resources in Jenkins
So, why don't we set a custome deployment strategy (eg., akin to maven.deploy.skip=true) in the jbosstools-targetplatform & jbosstools-discovery root pom to prevent this waste of time/space? Then we can just deploy the .target files, not the zips.
This would certainly speed up builds, which currently take 30-60 mins per TP build.
- clones
-
JBIDE-21012 Why do we deploy JBT components to Nexus snapshots repo?
- Closed