jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
Mojo's Maven plugin for WebLogic
  • Mojo's Maven plugin for WebLogic
  • MWEBLOGIC-11

Add skip configuration paramter

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Trivial Trivial
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

Add support for a skip parameter similar to deploy-plugin. In a multi-module project the parent module, which would be <packaging>pom</packaging>, does not need to be deployed. Another use case for us is when we only want to deploy a few artifacts for testing.

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>$

{skip.deploy}

</skip>
<altDeploymentRepository>$

{deployment.repository}

</altDeploymentRepository>
</configuration>
</plugin>

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
There are no entries against this issue.

People

  • Assignee:
    David J. M. Karlsen
    Reporter:
    Jim Horner
Vote (1)
Watch (1)

Dates

  • Created:
    13/Mar/10 3:42 PM
    Updated:
    13/Mar/10 3:42 PM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.