[ 
http://jira.codehaus.org/browse/MDEPLOY-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_124758
 ] 

Wendy Smoak commented on MDEPLOY-63:
------------------------------------

Hi Vincent.  You can use the following configuration to skip deployment of the 
main artifact:

      <plugin>
             <artifactId>maven-deploy-plugin</artifactId>
             <version>2.4-SNAPSHOT</version>
             <configuration>
                     <skip>true</skip>
             </configuration>
      </plugin>

Updated docs will show up here soon:  
http://maven.apache.org/plugins/maven-deploy-plugin-2.4-SNAPSHOT


> Allow disabling deployment for artifacts that should not be deployed
> --------------------------------------------------------------------
>
>                 Key: MDEPLOY-63
>                 URL: http://jira.codehaus.org/browse/MDEPLOY-63
>             Project: Maven 2.x Deploy Plugin
>          Issue Type: Task
>    Affects Versions: 2.3
>            Reporter: Vincent Massol
>            Assignee: Olivier Lamy
>             Fix For: 2.4
>
>
> In my cargo build I have some projects producing artifacts that are purely 
> used for functional tests. I'd like a way to tell m2 not to deploy those when 
> "mvn deploy" is called at the top level.
> jdcasey suggested on IRC: " I'd say you would need a <disabled/> flag in the 
> deploy plugin's config, or a <skip/> or something..."

-- 
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

        

Reply via email to