You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/03/08 22:05:11 UTC

[GitHub] [maven-scm] feliperoos commented on issue #31: SCM-706 finer-grained handling of file rename status for gitexe provider...

feliperoos commented on issue #31: SCM-706 finer-grained handling of file rename status for gitexe provider...
URL: https://github.com/apache/maven-scm/pull/31#issuecomment-471092108
 
 
   +1, unable to run with 2.5.3 even with release:prepare. 
   Command I'm using is 
   
   `mvn release:clean release:prepare release:perform -Prelease
   `
   Pom has a very basic profile to state the plugin
   ```
   		<profile>
   			<id>release</id>
   			<activation>
   				<activeByDefault>false</activeByDefault>
   			</activation>
   			<build>
   				<plugins>
   					<plugin>
   						<groupId>org.apache.maven.plugins</groupId>
   						<artifactId>maven-release-plugin</artifactId>
   						<version>2.5.3</version>
   						<configuration>
   							<tagNameFormat>v@{project.version}</tagNameFormat>
   						</configuration>
   					</plugin>
   				</plugins>
   			</build>
   		</profile>
   
   ```
   
   Building on Jenkins, I get 
   ```
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project lib3cp-java: Cannot prepare the release because you have local modifications : 
   [ERROR] [release-pom.xml:deleted]
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services