in the parent pom, please add the following (it may be in your
~/.m2/settings.xml) but it makes sense to be in the pom. Then it builds
out of the box.

    <pluginRepositories>
      <pluginRepository>
        <id>Codehaus Snapshot</id>
        <name>Mojo Codehaus Snapshot Repository</name>
        <url>http://snapshots.repository.codehaus.org</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </pluginRepository>

Also, the repository url should be
        <repository>
            <id>Codehaus</id>
            <name>Mojo Codehaus Repository</name>
            <url>http://repository.codehaus.org</url>
        </repository>

(without the path in it)

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to