Hi,

You need to add the Mojo repo at codehaus too.

                                <repository>
                                        <id>codehaus.org</id>
                                        <name>CodeHaus Snapshots</name>

<url>http://snapshots.repository.codehaus.org</url>
                                        <releases>
                                                <enabled>false</enabled>
                                        </releases>
                                        <snapshots>
                                                <enabled>true</enabled>
                                        </snapshots>
                                </repository>


Done, but nothing changed.
Never mind, I will use the websphere ant task via maven-antrun-plugin.

Rémy

Reply via email to