I'm building ok, and I'll I have in my settings.xml is:
| [starksm@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</localReposit...
|
| <servers>
| <server>
| <id>snapshots.jboss.org</id>
| <username>scott.stark(a)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.roo...
| </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@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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...