Kenney Westerhof created MASSEMBLY-696:
------------------------------------------
Summary: Internal Regexp Error with Windows Paths
Key: MASSEMBLY-696
URL: https://jira.codehaus.org/browse/MASSEMBLY-696
Project: Maven Assembly Plugin
Issue Type: Bug
Affects Versions: 2.5
Environment: Windows 7
maven-assembly-plugin trunk@e785abb
Reporter: Kenney Westerhof
On windows the Assembly plugin shows this error:
{code}
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:2.5-SNAPSHOT:single
(default-cli) on project myproject: Execution default-cli of goal
org.apache.maven.plugins:maven-assembly-plugin:2.5-SNAPSHOT:single failed:
Unexpected internal error near index 1
\
^
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:224)
....
Caused by: java.util.regex.PatternSyntaxException: Unexpected internal error
near index 1
\
^
at java.util.regex.Pattern.error(Pattern.java:1924)
at java.util.regex.Pattern.compile(Pattern.java:1671)
at java.util.regex.Pattern.<init>(Pattern.java:1337)
at java.util.regex.Pattern.compile(Pattern.java:1022)
at java.lang.String.split(String.java:2313)
at java.lang.String.split(String.java:2355)
at
org.apache.maven.plugin.assembly.utils.AssemblyFormatUtils.fixRelativeRefs(AssemblyFormatUtils.java:509)
{code}
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)