[jboss-jira] [JBoss JIRA] Commented: (JBRULES-952) Remove repo reference to http://maven.softeu.cz from POMs
Michael Neale (JIRA)
jira-events at lists.jboss.org
Thu Jul 5 20:15:53 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-952?page=comments#action_12367962 ]
Michael Neale commented on JBRULES-952:
---------------------------------------
Eric, also note you can run maven with -o option - once your deps are downloaded into your local repo. that will stop maven from contacting servers each time it starts up. you only need to NOT use the -o option if the dependencies have changed, or you are on a new machine.
eg:
mvn -o clean package
> Remove repo reference to http://maven.softeu.cz from POMs
> ---------------------------------------------------------
>
> Key: JBRULES-952
> URL: http://jira.jboss.com/jira/browse/JBRULES-952
> Project: JBoss Rules
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 4.0.0.MR3
> Environment: Fedora 7, Sun J2SE 1.5.0_12
> Reporter: Eric Miles
> Assigned To: Michael Neale
> Fix For: 4.0.0.MR4
>
>
> The reference to a particular repository makes building jbossrules from source a real bear. This is also an issue for someone using jbossrules for the first time as it downloads dependencies, it "hangs" while attempting to download something from this site (maven.softeu.cz).
> I know there is a workaround for this by either installing the the necessary dependencies in your local repo or in your own remote repo, however this is less than desirable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list