You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Eddie Bush (JIRA)" <ji...@apache.org> on 2007/05/09 16:57:15 UTC

[jira] Created: (AXIS2-2647) axis2-maven-aar-plugin does not honor classifier

axis2-maven-aar-plugin does not honor classifier
------------------------------------------------

                 Key: AXIS2-2647
                 URL: https://issues.apache.org/jira/browse/AXIS2-2647
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Tools
    Affects Versions: 1.2
         Environment: Windows XP; Eclipse; JDK 1.5; Maven2 2.0.4; Axis2 1.2; Axis Tools (aar and wsdl2code plugin) 1.2
            Reporter: Eddie Bush


I define multiple profiles (dvel, test, prod), and aim to leverage those profiles to build distinct artifacts for each profile.

I can define a simple JAR project using maven and this behaves correctly -- the artifacts are generated and include the classifier in the artifact name.  However, using the axis2-maven-aar-plugin, which explicitly states in the documentation that it may be configured with a classifier, this does not work.  The documentation is a bit lacking, but I have tried placing the configuration in every legal location, and have tried setting the classifier in ever possible fashion -- including defining it as a command-line option (-Dclassifier=foo).  Regardless of what approach I take, the axis2-maven-aar-plugin still generates the artifact without respecting the classifier.

I had spoken with Martin Gainty about this, and I believe he thinks this is not an Axis2 issue, but based off my experience with the jar plugin actually working it seems as though this issue must exist at the plugin level.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2647) axis2-maven-aar-plugin does not honor classifier

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved AXIS2-2647.
------------------------------------

    Resolution: Cannot Reproduce
      Assignee: Andreas Veithen  (was: Jochen Wiedmann)

I tested this with the axis2-aar-maven-plugin and axis2-mar-maven-plugin from trunk and it works like a charm (with Maven 2.0.9). I used the following configuration:

            <plugin>
                <groupId>org.apache.axis2</groupId>
                <artifactId>axis2-aar-maven-plugin</artifactId>
                <version>SNAPSHOT</version>
                <extensions>true</extensions>
                <configuration>
                    <includeDependencies>true</includeDependencies>
                    <classifier>xyz</classifier>
                </configuration>
            </plugin>



> axis2-maven-aar-plugin does not honor classifier
> ------------------------------------------------
>
>                 Key: AXIS2-2647
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2647
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2
>         Environment: Windows XP; Eclipse; JDK 1.5; Maven2 2.0.4; Axis2 1.2; Axis Tools (aar and wsdl2code plugin) 1.2
>            Reporter: Eddie Bush
>            Assignee: Andreas Veithen
>
> I define multiple profiles (dvel, test, prod), and aim to leverage those profiles to build distinct artifacts for each profile.
> I can define a simple JAR project using maven and this behaves correctly -- the artifacts are generated and include the classifier in the artifact name.  However, using the axis2-maven-aar-plugin, which explicitly states in the documentation that it may be configured with a classifier, this does not work.  The documentation is a bit lacking, but I have tried placing the configuration in every legal location, and have tried setting the classifier in ever possible fashion -- including defining it as a command-line option (-Dclassifier=foo).  Regardless of what approach I take, the axis2-maven-aar-plugin still generates the artifact without respecting the classifier.
> I had spoken with Martin Gainty about this, and I believe he thinks this is not an Axis2 issue, but based off my experience with the jar plugin actually working it seems as though this issue must exist at the plugin level.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2-2647) axis2-maven-aar-plugin does not honor classifier

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-2647:
------------------------------------

    Assignee: Jochen Wiedmann

> axis2-maven-aar-plugin does not honor classifier
> ------------------------------------------------
>
>                 Key: AXIS2-2647
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2647
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2
>         Environment: Windows XP; Eclipse; JDK 1.5; Maven2 2.0.4; Axis2 1.2; Axis Tools (aar and wsdl2code plugin) 1.2
>            Reporter: Eddie Bush
>            Assignee: Jochen Wiedmann
>
> I define multiple profiles (dvel, test, prod), and aim to leverage those profiles to build distinct artifacts for each profile.
> I can define a simple JAR project using maven and this behaves correctly -- the artifacts are generated and include the classifier in the artifact name.  However, using the axis2-maven-aar-plugin, which explicitly states in the documentation that it may be configured with a classifier, this does not work.  The documentation is a bit lacking, but I have tried placing the configuration in every legal location, and have tried setting the classifier in ever possible fashion -- including defining it as a command-line option (-Dclassifier=foo).  Regardless of what approach I take, the axis2-maven-aar-plugin still generates the artifact without respecting the classifier.
> I had spoken with Martin Gainty about this, and I believe he thinks this is not an Axis2 issue, but based off my experience with the jar plugin actually working it seems as though this issue must exist at the plugin level.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2647) axis2-maven-aar-plugin does not honor classifier

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502188 ] 

Davanum Srinivas commented on AXIS2-2647:
-----------------------------------------

Jochen,
Is this something you can help us with?

thanks,
dims

> axis2-maven-aar-plugin does not honor classifier
> ------------------------------------------------
>
>                 Key: AXIS2-2647
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2647
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2
>         Environment: Windows XP; Eclipse; JDK 1.5; Maven2 2.0.4; Axis2 1.2; Axis Tools (aar and wsdl2code plugin) 1.2
>            Reporter: Eddie Bush
>            Assignee: Jochen Wiedmann
>
> I define multiple profiles (dvel, test, prod), and aim to leverage those profiles to build distinct artifacts for each profile.
> I can define a simple JAR project using maven and this behaves correctly -- the artifacts are generated and include the classifier in the artifact name.  However, using the axis2-maven-aar-plugin, which explicitly states in the documentation that it may be configured with a classifier, this does not work.  The documentation is a bit lacking, but I have tried placing the configuration in every legal location, and have tried setting the classifier in ever possible fashion -- including defining it as a command-line option (-Dclassifier=foo).  Regardless of what approach I take, the axis2-maven-aar-plugin still generates the artifact without respecting the classifier.
> I had spoken with Martin Gainty about this, and I believe he thinks this is not an Axis2 issue, but based off my experience with the jar plugin actually working it seems as though this issue must exist at the plugin level.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org