@Upul: I have the same problem. The snapshot is in the repository and downloads successfully, but Maven fails to execute it (see AXIS2-2788).

@Bodo: What Maven version do you use?

Andreas

On 04 Mar 2008, at 15:45, Upul Godage wrote:

Hi,

Looks like it is trying to get a SNAPSHOT that doesn't exist. Add the plugin entry with the version 1.3 in pom.xml.

    <build>
        <plugins>
            <plugin>
               <groupId>org.apache.axis2</groupId>
               <artifactId>axis2-aar-maven-plugin</artifactId>
               <version>1.3</version>
            </plugin>
        </plugins>
    </build>

Upul


On Tue, Mar 4, 2008 at 8:01 PM, Bodo Tasche <[EMAIL PROTECTED]> wrote:
Hi,

On Tue, Mar 4, 2008 at 3:17 PM, Upul Godage <[EMAIL PROTECTED]> wrote:
> mvn org.apache.axis2:axis2-aar-maven-plugin:aar

If I try that I get the following error:

mvn org.apache.axis2:axis2-aar-maven-plugin:aar
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building linker Maven Webapp
[INFO]    task-segment: [org.apache.axis2:axis2-aar-maven-plugin:aar]
[INFO] ------------------------------------------------------------------------
Downloading:http://repo1.maven.org/maven2/org/apache/axis2/axis2-aar-maven-plugin/20080304.043325-112/axis2-aar-maven-plug
in-20080304.043325-112.pom
-----------------------------------------------------
this realm = app0.child-container[org.apache.axis2:axis2-aar-maven- plugin] urls[0] = file:/D:/Repository/org/apache/axis2/axis2-aar-maven- plugin/SNAPSHOT/axis2-aar-maven-plugin-SNAPSHOT.jar urls[1] = file:/D:/Repository/org/codehaus/plexus/plexus-utils/1.1/ plexus-utils-1.1.jar
Number of imports: 6
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]


this realm = plexus.core
urls[0] = file:/C:/Programme/Apache Software
Foundation/maven/lib/maven-2.0.8-uber.jar
Number of imports: 6
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
import: [EMAIL PROTECTED]
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal
'org.apache.axis2:axis2-aar-maven-plugin:SNAPSHOT:aar': Unable t
o find the mojo 'org.apache.axis2:axis2-aar-maven-plugin:SNAPSHOT:aar'
in the plugin 'org.apache.axis2:axis2-aar-maven-plug
in'
org/apache/maven/archiver/MavenArchiveConfiguration
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Tue Mar 04 15:28:02 CET 2008
[INFO] Final Memory: 2M/5M
[INFO] ------------------------------------------------------------------------


Could you give me a hint on what is wrong?

--
http://www.wannawork.de
http://www.tvbrowser.org

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



Reply via email to