[jboss-dev-forums] [JBoss Build System Development] New message: "Re: Quicker AS build?"

jaikiran pai do-not-reply at jboss.com
Fri Jan 29 01:58:02 EST 2010


JBoss development,

A new message was posted in the thread "Quicker AS build?":

http://community.jboss.org/message/522911#522911

Author  : jaikiran pai
Profile : http://community.jboss.org/people/jaikiran

Message:
--------------------------------------------------------------
Gave that a try this morning:
 

<repository>
    <id>snapshots.jboss.org</id>
    <url>http://snapshots.jboss.org/maven2</url>
    <releases>
    <enabled>false</enabled>
    </releases>
    <snapshots>
    <enabled>true</enabled>
    <!-- We don't want to download snapshots by default
        http://community.jboss.org/thread/147383 -->
    <updatePolicy>never</updatePolicy>
    </snapshots>
</repository>

 
 
 
No more downloads from the snapshot repository during the build. The build is definitely faster now.
 
It however, still "checks" the snapshot repo though:
 
init-dependencies:
[INFO] snapshot org.jboss.jbossas:jboss-as-aspects:6.0.0-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.jbossas:jboss-as-system-jmx:6.0.0-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.jbossas:jboss-as-system:6.0.0-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.jbossas:jboss-as-cluster:6.0.0-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.jbossas:jboss-as-server:6.0.0-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.jbossas:jboss-as-deployment:6.0.0-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.jbossas:jboss-as-security:6.0.0-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.jbossas:jboss-as-connector:6.0.0-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.jbossas:jboss-as-console:6.0.0-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.jboss.jbossas:jboss-as-management:6.0.0-SNAPSHOT: checking for updates from snapshots.jboss.org
...

 
Doesn't download anything (which is good news).

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/522911#522911




More information about the jboss-dev-forums mailing list