You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building with Maven, if the property ${project.version} is used as the package version and the version is actually a snapshot (with a -SNAPSHOT suffix), Redline throws the following error:
An Ant BuildException has occured: java.lang.IllegalArgumentException: version with value: '1.0-SNAPSHOT' contains illegal character -
It would be nice to automatically replace the -SNAPSHOT suffix with a timestamp instead, jdeb does this when building .deb packages.
The text was updated successfully, but these errors were encountered:
When building with Maven, if the property
${project.version}
is used as the package version and the version is actually a snapshot (with a-SNAPSHOT
suffix), Redline throws the following error:It would be nice to automatically replace the
-SNAPSHOT
suffix with a timestamp instead, jdeb does this when building .deb packages.The text was updated successfully, but these errors were encountered: