[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Maven build broken again - Microcontainer
scott.stark@jboss.org
do-not-reply at jboss.com
Thu Jan 24 14:06:34 EST 2008
I'm building ok, and I'll I have in my settings.xml is:
| [starksm at succubus 19435]$ cat ~/.m2/settings.xml
| <settings>
| <!-- This could point to the svn checkout of the
| repository.jboss.com/maven2 contents, or a separate local
| maven repo
| -->
| <localRepository>/home/svn/repository.jboss.com/maven2</localRepository>
|
| <servers>
| <server>
| <id>snapshots.jboss.org</id>
| <username>scott.stark at jboss.org</username>
| <password>x</password>
| </server>
| </servers>
|
| <profiles>
| <profile>
| <id>local-properties</id>
| <properties>
| <!-- This must point to the cvs or svn checkout of the jboss repository -->
| <jboss.repository.root>/home/svn/repository.jboss.com</jboss.repository.root>
| <maven.repository.root>/home/svn/repository.jboss.com</maven.repository.root>
| <!-- This must point to the cvs checkout of the
| repository.jboss.com/maven2 contents
| -->
| <maven.cvs.root>/home/svn/repository.jboss.com/maven2</maven.cvs.root>
| </properties>
| </profile>
| </profiles>
|
| <activeProfiles>
| <activeProfile>local-properties</activeProfile>
| </activeProfiles>
| </settings>
|
I do maven-jdocbook-plugin in my local repo though, so maybe its from a previous build with the repo specified in a pom.xml.
[starksm at succubus SyncroSVNClient-v3.0]$ ls /home/svn/repository.jboss.com/maven2/org/jboss/maven/plugins/maven-jdocbook-plugin
2.0.0/ maven-metadata.xml maven-metadata.xml.md5 maven-metadata.xml.sha1
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123169#4123169
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123169
More information about the jboss-dev-forums
mailing list