You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Martin Gainty <mg...@hotmail.com> on 2008/03/04 21:52:45 UTC

Re: maven-aar-plugin

Bodo-

*supposedly* you can get an answer from maven users group on the exact URL
for latest and greatest plugins (and live servers that host them)
users@maven.apache.group

Let me know if you find it because I need it to-
Martin
----- Original Message -----
From: "Bodo Tasche" <bo...@wannawork.de>
To: <ax...@ws.apache.org>
Sent: Tuesday, March 04, 2008 8:05 AM
Subject: maven-aar-plugin


> Hi.
>
> at the moment I am trying to use the maven-aar-plugin , but I can't
> download the 1.3-Version and don't find it on the maven repository
> server. Is the webpage outdated?
>
> I already searched this mailing list, but I only found a link to a pom
> that uses an ant-task.
>
> Could someone help me?
>
> Thanks,
> Bodo
> --
> http://www.wannawork.de
> http://www.tvbrowser.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: maven-aar-plugin

Posted by Upul Godage <up...@gmail.com>.
It has been answered in the Axis mailing list. For further questions you can
ask from the Axis mailing list.

With version set to 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>

Use,
mvn org.apache.axis2:axis2-aar-maven-plugin:aar

Thanks.

Upul


On Wed, Mar 5, 2008 at 2:22 AM, Martin Gainty <mg...@hotmail.com> wrote:

> Bodo-
>
> *supposedly* you can get an answer from maven users group on the exact URL
> for latest and greatest plugins (and live servers that host them)
> users@maven.apache.group
>
> Let me know if you find it because I need it to-
> Martin
> ----- Original Message -----
> From: "Bodo Tasche" <bo...@wannawork.de>
> To: <ax...@ws.apache.org>
> Sent: Tuesday, March 04, 2008 8:05 AM
> Subject: maven-aar-plugin
>
>
> > Hi.
> >
> > at the moment I am trying to use the maven-aar-plugin , but I can't
> > download the 1.3-Version and don't find it on the maven repository
> > server. Is the webpage outdated?
> >
> > I already searched this mailing list, but I only found a link to a pom
> > that uses an ant-task.
> >
> > Could someone help me?
> >
> > Thanks,
> > Bodo
> > --
> > http://www.wannawork.de
> > http://www.tvbrowser.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: maven-aar-plugin

Posted by Wayne Fay <wa...@gmail.com>.
Ultimately, all Maven plugins are the responsibility of the team who
created them. In this case, the maven-aar-plugin comes from the Apache
WS team, so you should be able to find out where they have deployed it
by asking them directly.

Sending users like Bodo to the Maven Users list is exactly the wrong
thing to do. Bodo, the Apache WS dev team should be able to tell you
where their plugin has been deployed etc (what repo, groupId, and
artifactId). Please ask them (again).

Wayne

On 3/4/08, Martin Gainty <mg...@hotmail.com> wrote:
> Bodo-
>
> *supposedly* you can get an answer from maven users group on the exact URL
> for latest and greatest plugins (and live servers that host them)
> users@maven.apache.group
>
> Let me know if you find it because I need it to-
> Martin
> ----- Original Message -----
> From: "Bodo Tasche" <bo...@wannawork.de>
> To: <ax...@ws.apache.org>
> Sent: Tuesday, March 04, 2008 8:05 AM
> Subject: maven-aar-plugin
>
>
> > Hi.
> >
> > at the moment I am trying to use the maven-aar-plugin , but I can't
> > download the 1.3-Version and don't find it on the maven repository
> > server. Is the webpage outdated?
> >
> > I already searched this mailing list, but I only found a link to a pom
> > that uses an ant-task.
> >
> > Could someone help me?
> >
> > Thanks,
> > Bodo
> > --
> > http://www.wannawork.de
> > http://www.tvbrowser.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org