[jira] (SCM-580) Maven SCM plugin configuration ignored if executions are used.
[ https://jira.codehaus.org/browse/SCM-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte closed SCM-580. -- Resolution: Not A Bug Assignee: Robert Scholte > Maven SCM plugin configuration ignored if executions are used. > -- > > Key: SCM-580 > URL: https://jira.codehaus.org/browse/SCM-580 > Project: Maven SCM > Issue Type: Bug > Components: maven-plugin >Affects Versions: 1.4 > Environment: Windows >Reporter: Lee Fox >Assignee: Robert Scholte > > When utilizing the embedded configuration tag, everything is perfect. > However, once I try to use executions, the plugin fails to recognize the > settings specified in within the execution tag. Here is the portion of my > pom file that doesn't work: > {code:xml} > > bootstrap-all > > true > > > > > > org.apache.maven.plugins > > maven-scm-plugin > 1.4 > > > > > > > checkout_a > > > scm:svn:https://svnserver/svn/prod/java/aws-core-webutils/trunk/ > > ${basedir}..\aws-core-webutils > > > process-resources > > > checkout > > > > > > > > {code} > However, this does work: > {code:xml} > > bootstrap-all > > true > > > > > > org.apache.maven.plugins > > maven-scm-plugin > 1.4 > > > > scm:svn:https://svnserver/svn/prod/java/aws-core-webutils/trunk/ > > ${basedir}\..\aws-core-webutils > > > > > > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] (SCM-580) Maven SCM plugin configuration ignored if executions are used.
[ https://jira.codehaus.org/browse/SCM-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated SCM-580: --- Component/s: maven-plugin Description: When utilizing the embedded configuration tag, everything is perfect. However, once I try to use executions, the plugin fails to recognize the settings specified in within the execution tag. Here is the portion of my pom file that doesn't work: {code:xml} bootstrap-all true org.apache.maven.plugins maven-scm-plugin 1.4 checkout_a scm:svn:https://svnserver/svn/prod/java/aws-core-webutils/trunk/ ${basedir}..\aws-core-webutils process-resources checkout {code} However, this does work: {code:xml} bootstrap-all true org.apache.maven.plugins maven-scm-plugin 1.4 scm:svn:https://svnserver/svn/prod/java/aws-core-webutils/trunk/ ${basedir}\..\aws-core-webutils {code} was: When utilizing the embedded configuration tag, everything is perfect. However, once I try to use executions, the plugin fails to recognize the settings specified in within the execution tag. Here is the portion of my pom file that doesn't work: bootstrap-all true org.apache.maven.plugins maven-scm-plugin 1.4 checkout_a scm:svn:https://svnserver/svn/prod/java/aws-core-webutils/trunk/ ${basedir}..\aws-core-webutils process-resources checkout However, this does work: bootstrap-all