You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Grzegorz Slowikowski (JIRA)" <ji...@codehaus.org> on 2006/01/17 10:25:02 UTC

[jira] Created: (MRELEASE-73) Add some kind of exclusion filters on subdirectories which are not submodules

Add some kind of exclusion filters on subdirectories which are not submodules
-----------------------------------------------------------------------------

         Key: MRELEASE-73
         URL: http://jira.codehaus.org/browse/MRELEASE-73
     Project: Maven 2.x Release Plugin
        Type: Improvement

    Reporter: Grzegorz Slowikowski
    Priority: Trivial


I will describe this using an example.

Now, when releasing Maven, all subdirectories including maven-artifact-ant and maven-embedder are copied to tag.
Maven-artifact-ant and maven-embedder are not included in maven as modules and are released separately.
So they are copied to tags twice:
- to tag maven-{version} while releasing maven
- to their own tags (maven-artifact-ant-{version} and maven-embedder-{version}) while releasing them
Their presence in maven-{version} tag does not make sense. They could be excluded in Maven pom.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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