[jbosstools-issues] [JBoss JIRA] (JBIDE-11404) Get basic "mvn clean install" to work with everything developers want

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Apr 10 11:06:48 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682722#comment-12682722 ] 

Nick Boldt commented on JBIDE-11404:
------------------------------------

@Lucia:

Staging site is a composite of all the component sites, and therefore is repopulated every time a component successfully builds + publishes. Note that it has "composite" in the URL and is assembled via this XML file:

http://download.jboss.org/jbosstools/builds/staging/_composite_/core/trunk/compositeArtifacts.xml

Nightly site is an aggregate, which is built by taking a snapshot of the contents of the above composite and copying that content to another location. Thus where the composite site changes every time a component respins, the aggregate only changes when all the components have stopped changing long enough for the aggregate to be able to run. "Nightly" is a misnomer; this job can run every few hours, or be stuck waiting to run for days. Think of it more like a "weekly snapshot".

So, if you're interested in picking up changes that were built in the last few hours, you would pull upstream binary bits from the composite site(s). If on the other hand you're good using last week's more stable bits, you'd pull from the nightly site:

http://download.jboss.org/jbosstools/updates/nightly/core/trunk/


                
> Get basic "mvn clean install" to work with everything developers want
> ---------------------------------------------------------------------
>
>                 Key: JBIDE-11404
>                 URL: https://issues.jboss.org/browse/JBIDE-11404
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: Build/Releng
>            Reporter: Mickael Istria
>            Assignee: Nick Boldt
>             Fix For: 3.3.0.Beta3
>
>
> We should set up the default profiles so that developers can use simply "mvn clean install" to build their project.
> That will require to see what they usually want to build, and to change default profiles to match their usual needs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list