This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 339d66c fix not able to release on Windows because of 'Exception
while executing SCM command.: Error while executing command. Error inside
systemOut parser: Illegal character in path at index 0' on
jspwiki-war/src/main/styles/haddock/fontjspwiki/FontJspwiki/Read%20Me.txt
339d66c is described below
commit 339d66c349ee0234c6e903b81a6af8d9eae842b5
Author: juanpablo <[email protected]>
AuthorDate: Fri Feb 9 19:53:00 2018 +0100
fix not able to release on Windows because of 'Exception while executing
SCM command.: Error while executing command. Error inside systemOut parser:
Illegal character in path at index 0' on
jspwiki-war/src/main/styles/haddock/fontjspwiki/FontJspwiki/Read%20Me.txt
---
pom.xml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0f26d93..db115fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -447,6 +447,25 @@
</plugin>
<plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.5.3</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.scm</groupId>
+ <artifactId>maven-scm-api</artifactId>
+ <version>1.9.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.scm</groupId>
+ <artifactId>maven-scm-providers-standard</artifactId>
+ <version>1.9.5</version>
+ <type>pom</type>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+ </plugin>
+
+ <plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
<configuration>
--
To stop receiving notification emails like this one, please contact
[email protected].