It was an Typo of me.
I am building with maven on an different maschine, so the correct out is

Unable to download the artifact from any repository

xdoclet:maven2-xdoclet2-plugin:pom2.0.5-SNAPSHOT

Anyone has success with this Dokumentation ? 
http://xdoclet.codehaus.org/Maven2+plugin

I installed as written using; mvn install:install-file -DgroupId=xdoclet -DartifactId=maven2-xdoclet2-plugin
                              -Dversion=2.0.5-SNAPSHOT -Dpackaging=maven-plugin
                              -Dfile=<path-to-file>

It succeed, the only thing is that i dont want to stay up to date. <build>
           <plugins>
               <plugin>
                   <groupId>xdoclet</groupId>
                   <artifactId>maven2-xdoclet2-plugin</artifactId>
                   <executions>
                       <execution>
                           <id>xdoclet</id>
                           <phase>generate-sources</phase>
                           <goals>
                               <goal>xdoclet</goal>
                           </goals>
                       </execution>
                   </executions>
...
...
...
</build>

Anyone can tell how it should be ?
Actually i am lost in dokumentation ...

regards,
Jens


:


On Fri, May 11, 2007 2:10 pm, Mac Systems wrote:

i have some similar problem. Actually XDoclet2 cannot be found:
I always get the Error:

Unable to download the artifact from any repository

xdoclet:maven2-xdoclet2-plugin:pom20.0.5-SNAPSHOT
                                 ^^^^^^^^^^^^^^^^^^

This version number looks odd - it is prefixed with "pom" - potential typo?

Regards,
Graham
--



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to