You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2010/03/15 20:05:27 UTC

[jira] Created: (AXIS2-4653) All artifacts produced by the Maven build contain two sets of legal files

All artifacts produced by the Maven build contain two sets of legal files
-------------------------------------------------------------------------

                 Key: AXIS2-4653
                 URL: https://issues.apache.org/jira/browse/AXIS2-4653
             Project: Axis2
          Issue Type: Bug
          Components: samples, build,site
    Affects Versions: nightly
            Reporter: Andreas Veithen
            Priority: Blocker
             Fix For: 1.6


In r834175 dims upgrading org.apache:apache from version 3 to 6. This causes our JARs to include two sets of legal files:

LICENSE.txt
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
NOTICE.txt

The reason is that version 6 configures an execution of the maven-remote-resources-plugin with org.apache:apache-jar-resource-bundle:1.4 as resource bundle. Since we also add our own files, we now end up with two sets of files.

Note that our notice file (NOTICE.txt) contains some Axis2 specific entries (copyright notices for IBM, WSO2, etc.) that are not present in the default one (META-INF/NOTICE). Thus we cannot simply remove our legal files and keep the default files configured by org.apache:apache.

Setting the priority to blocker because this must be sorter out before doing the next release.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Assigned: (AXIS2-4653) All artifacts produced by the Maven build contain two sets of legal files

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

Andreas Veithen reassigned AXIS2-4653:
--------------------------------------

    Assignee: Andreas Veithen

> All artifacts produced by the Maven build contain two sets of legal files
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4653
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4653
>             Project: Axis2
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: nightly
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Blocker
>             Fix For: 1.6
>
>
> In r834175 dims upgrading org.apache:apache from version 3 to 6. This causes our JARs to include two sets of legal files:
> LICENSE.txt
> META-INF/DEPENDENCIES
> META-INF/LICENSE
> META-INF/NOTICE
> NOTICE.txt
> The reason is that version 6 configures an execution of the maven-remote-resources-plugin with org.apache:apache-jar-resource-bundle:1.4 as resource bundle. Since we also add our own files, we now end up with two sets of files.
> Note that our notice file (NOTICE.txt) contains some Axis2 specific entries (copyright notices for IBM, WSO2, etc.) that are not present in the default one (META-INF/NOTICE). Thus we cannot simply remove our legal files and keep the default files configured by org.apache:apache.
> Setting the priority to blocker because this must be sorter out before doing the next release.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Assigned: (AXIS2-4653) All artifacts produced by the Maven build contain two sets of legal files

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

Andreas Veithen reassigned AXIS2-4653:
--------------------------------------

    Assignee: Andreas Veithen

> All artifacts produced by the Maven build contain two sets of legal files
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4653
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4653
>             Project: Axis2
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: nightly
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Blocker
>             Fix For: 1.6
>
>
> In r834175 dims upgrading org.apache:apache from version 3 to 6. This causes our JARs to include two sets of legal files:
> LICENSE.txt
> META-INF/DEPENDENCIES
> META-INF/LICENSE
> META-INF/NOTICE
> NOTICE.txt
> The reason is that version 6 configures an execution of the maven-remote-resources-plugin with org.apache:apache-jar-resource-bundle:1.4 as resource bundle. Since we also add our own files, we now end up with two sets of files.
> Note that our notice file (NOTICE.txt) contains some Axis2 specific entries (copyright notices for IBM, WSO2, etc.) that are not present in the default one (META-INF/NOTICE). Thus we cannot simply remove our legal files and keep the default files configured by org.apache:apache.
> Setting the priority to blocker because this must be sorter out before doing the next release.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4653) All artifacts produced by the Maven build contain two sets of legal files

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

Andreas Veithen resolved AXIS2-4653.
------------------------------------

    Resolution: Fixed

Fixed by r965032.

> All artifacts produced by the Maven build contain two sets of legal files
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4653
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4653
>             Project: Axis2
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: nightly
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Blocker
>             Fix For: 1.6
>
>
> In r834175 dims upgrading org.apache:apache from version 3 to 6. This causes our JARs to include two sets of legal files:
> LICENSE.txt
> META-INF/DEPENDENCIES
> META-INF/LICENSE
> META-INF/NOTICE
> NOTICE.txt
> The reason is that version 6 configures an execution of the maven-remote-resources-plugin with org.apache:apache-jar-resource-bundle:1.4 as resource bundle. Since we also add our own files, we now end up with two sets of files.
> Note that our notice file (NOTICE.txt) contains some Axis2 specific entries (copyright notices for IBM, WSO2, etc.) that are not present in the default one (META-INF/NOTICE). Thus we cannot simply remove our legal files and keep the default files configured by org.apache:apache.
> Setting the priority to blocker because this must be sorter out before doing the next release.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4653) All artifacts produced by the Maven build contain two sets of legal files

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

Andreas Veithen resolved AXIS2-4653.
------------------------------------

    Resolution: Fixed

Fixed by r965032.

> All artifacts produced by the Maven build contain two sets of legal files
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4653
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4653
>             Project: Axis2
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: nightly
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Blocker
>             Fix For: 1.6
>
>
> In r834175 dims upgrading org.apache:apache from version 3 to 6. This causes our JARs to include two sets of legal files:
> LICENSE.txt
> META-INF/DEPENDENCIES
> META-INF/LICENSE
> META-INF/NOTICE
> NOTICE.txt
> The reason is that version 6 configures an execution of the maven-remote-resources-plugin with org.apache:apache-jar-resource-bundle:1.4 as resource bundle. Since we also add our own files, we now end up with two sets of files.
> Note that our notice file (NOTICE.txt) contains some Axis2 specific entries (copyright notices for IBM, WSO2, etc.) that are not present in the default one (META-INF/NOTICE). Thus we cannot simply remove our legal files and keep the default files configured by org.apache:apache.
> Setting the priority to blocker because this must be sorter out before doing the next release.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4653) All artifacts produced by the Maven build contain two sets of legal files

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

Andreas Veithen resolved AXIS2-4653.
------------------------------------

    Resolution: Fixed

Fixed by r965032.

> All artifacts produced by the Maven build contain two sets of legal files
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4653
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4653
>             Project: Axis2
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: nightly
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Blocker
>             Fix For: 1.6
>
>
> In r834175 dims upgrading org.apache:apache from version 3 to 6. This causes our JARs to include two sets of legal files:
> LICENSE.txt
> META-INF/DEPENDENCIES
> META-INF/LICENSE
> META-INF/NOTICE
> NOTICE.txt
> The reason is that version 6 configures an execution of the maven-remote-resources-plugin with org.apache:apache-jar-resource-bundle:1.4 as resource bundle. Since we also add our own files, we now end up with two sets of files.
> Note that our notice file (NOTICE.txt) contains some Axis2 specific entries (copyright notices for IBM, WSO2, etc.) that are not present in the default one (META-INF/NOTICE). Thus we cannot simply remove our legal files and keep the default files configured by org.apache:apache.
> Setting the priority to blocker because this must be sorter out before doing the next release.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4653) All artifacts produced by the Maven build contain two sets of legal files

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

Andreas Veithen resolved AXIS2-4653.
------------------------------------

    Resolution: Fixed

Fixed by r965032.

> All artifacts produced by the Maven build contain two sets of legal files
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4653
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4653
>             Project: Axis2
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: nightly
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Blocker
>             Fix For: 1.6
>
>
> In r834175 dims upgrading org.apache:apache from version 3 to 6. This causes our JARs to include two sets of legal files:
> LICENSE.txt
> META-INF/DEPENDENCIES
> META-INF/LICENSE
> META-INF/NOTICE
> NOTICE.txt
> The reason is that version 6 configures an execution of the maven-remote-resources-plugin with org.apache:apache-jar-resource-bundle:1.4 as resource bundle. Since we also add our own files, we now end up with two sets of files.
> Note that our notice file (NOTICE.txt) contains some Axis2 specific entries (copyright notices for IBM, WSO2, etc.) that are not present in the default one (META-INF/NOTICE). Thus we cannot simply remove our legal files and keep the default files configured by org.apache:apache.
> Setting the priority to blocker because this must be sorter out before doing the next release.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Assigned: (AXIS2-4653) All artifacts produced by the Maven build contain two sets of legal files

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

Andreas Veithen reassigned AXIS2-4653:
--------------------------------------

    Assignee: Andreas Veithen

> All artifacts produced by the Maven build contain two sets of legal files
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4653
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4653
>             Project: Axis2
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: nightly
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Blocker
>             Fix For: 1.6
>
>
> In r834175 dims upgrading org.apache:apache from version 3 to 6. This causes our JARs to include two sets of legal files:
> LICENSE.txt
> META-INF/DEPENDENCIES
> META-INF/LICENSE
> META-INF/NOTICE
> NOTICE.txt
> The reason is that version 6 configures an execution of the maven-remote-resources-plugin with org.apache:apache-jar-resource-bundle:1.4 as resource bundle. Since we also add our own files, we now end up with two sets of files.
> Note that our notice file (NOTICE.txt) contains some Axis2 specific entries (copyright notices for IBM, WSO2, etc.) that are not present in the default one (META-INF/NOTICE). Thus we cannot simply remove our legal files and keep the default files configured by org.apache:apache.
> Setting the priority to blocker because this must be sorter out before doing the next release.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Assigned: (AXIS2-4653) All artifacts produced by the Maven build contain two sets of legal files

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

Andreas Veithen reassigned AXIS2-4653:
--------------------------------------

    Assignee: Andreas Veithen

> All artifacts produced by the Maven build contain two sets of legal files
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4653
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4653
>             Project: Axis2
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: nightly
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Blocker
>             Fix For: 1.6
>
>
> In r834175 dims upgrading org.apache:apache from version 3 to 6. This causes our JARs to include two sets of legal files:
> LICENSE.txt
> META-INF/DEPENDENCIES
> META-INF/LICENSE
> META-INF/NOTICE
> NOTICE.txt
> The reason is that version 6 configures an execution of the maven-remote-resources-plugin with org.apache:apache-jar-resource-bundle:1.4 as resource bundle. Since we also add our own files, we now end up with two sets of files.
> Note that our notice file (NOTICE.txt) contains some Axis2 specific entries (copyright notices for IBM, WSO2, etc.) that are not present in the default one (META-INF/NOTICE). Thus we cannot simply remove our legal files and keep the default files configured by org.apache:apache.
> Setting the priority to blocker because this must be sorter out before doing the next release.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Assigned: (AXIS2-4653) All artifacts produced by the Maven build contain two sets of legal files

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

Andreas Veithen reassigned AXIS2-4653:
--------------------------------------

    Assignee: Andreas Veithen

> All artifacts produced by the Maven build contain two sets of legal files
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4653
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4653
>             Project: Axis2
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: nightly
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Blocker
>             Fix For: 1.6
>
>
> In r834175 dims upgrading org.apache:apache from version 3 to 6. This causes our JARs to include two sets of legal files:
> LICENSE.txt
> META-INF/DEPENDENCIES
> META-INF/LICENSE
> META-INF/NOTICE
> NOTICE.txt
> The reason is that version 6 configures an execution of the maven-remote-resources-plugin with org.apache:apache-jar-resource-bundle:1.4 as resource bundle. Since we also add our own files, we now end up with two sets of files.
> Note that our notice file (NOTICE.txt) contains some Axis2 specific entries (copyright notices for IBM, WSO2, etc.) that are not present in the default one (META-INF/NOTICE). Thus we cannot simply remove our legal files and keep the default files configured by org.apache:apache.
> Setting the priority to blocker because this must be sorter out before doing the next release.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[jira] Resolved: (AXIS2-4653) All artifacts produced by the Maven build contain two sets of legal files

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

Andreas Veithen resolved AXIS2-4653.
------------------------------------

    Resolution: Fixed

Fixed by r965032.

> All artifacts produced by the Maven build contain two sets of legal files
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-4653
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4653
>             Project: Axis2
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: nightly
>            Reporter: Andreas Veithen
>            Assignee: Andreas Veithen
>            Priority: Blocker
>             Fix For: 1.6
>
>
> In r834175 dims upgrading org.apache:apache from version 3 to 6. This causes our JARs to include two sets of legal files:
> LICENSE.txt
> META-INF/DEPENDENCIES
> META-INF/LICENSE
> META-INF/NOTICE
> NOTICE.txt
> The reason is that version 6 configures an execution of the maven-remote-resources-plugin with org.apache:apache-jar-resource-bundle:1.4 as resource bundle. Since we also add our own files, we now end up with two sets of files.
> Note that our notice file (NOTICE.txt) contains some Axis2 specific entries (copyright notices for IBM, WSO2, etc.) that are not present in the default one (META-INF/NOTICE). Thus we cannot simply remove our legal files and keep the default files configured by org.apache:apache.
> Setting the priority to blocker because this must be sorter out before doing the next release.

-- 
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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org