Skip to content

Commit

Permalink
JBIDE-21012 set maven.deploy.skip = true so we don't push update site…
Browse files Browse the repository at this point in the history
… zips to JBoss Nexus by default
  • Loading branch information
nickboldt committed Nov 20, 2015
1 parent 5497efe commit 313c2e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parent/pom.xml
Expand Up @@ -792,6 +792,8 @@
<deploySourceFolder>${project.build.directory}/repository</deploySourceFolder>
<deployDestination>tools@filemgmt.jboss.org:downloads_htdocs/jbosstools</deployDestination>
<deployTargetFolder>${jbosstools-build-type}/${JOB_NAME}/${BUILD_ID}-B${BUILD_NUMBER}/all/repo/</deployTargetFolder>
<!-- https://issues.jboss.org/browse/JBIDE-21012 by default, don't push an update site zip to JBoss Nexus, only to download.jboss.org or devstudio.redhat.com -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 313c2e2

Please sign in to comment.