Support for project.version in profile evaluation
- Dominant language
- Java
- Stars
- 5.3k
- Forks
- 3.1k
- Avg merge
- 20h 42m
- Merged PRs (30d)
- 297
Description
### Affected version
3.9.11
### Bug description
I use the current profile:
```
snapshot
project.version
.*-SNAPSHOT
nexus-da-snapshots
https://nexus.exterieur.dassault-aviation.com:8446/repository/da-maven-snapshots/
release
project.version
^(?!.*-SNAPSHOT$).*$
nexus-da-releases
https://nexus.exterieur.dassault-aviation.com:8446/repository/da-maven-releases/
platform-windows
windows
com.oracle
jdk-windows
${jdk-platform.version}
zip
org.apache.maven.plugins
maven-dependency-plugin
2.8
download-jdk
deploy
unpack-dependencies
com.oracle
jdk-windows
zip
${jdkUnzipDir}
org.panteleyev
jpackage-maven-plugin
1.7.1
create-jpackage
deploy
jpackage
APP_IMAGE
com.dassault.cameo4ecoa.launcher.Launcher
${project.basedir}/../distrib/target/cameo4ecoa-distrib
${appName}
CAMEO4ECOA-${project.version}.jar
${jdkUnzipDir}
${project.build.directory}/jpackage
Cameo4ECOA.ico
true
1.0.0
org.apache.maven.plugins
maven-antrun-plugin
3.1.0
zip-jpackage
deploy
run
org.apache.maven.plugins
maven-deploy-plugin
3.1.1
default-deploy
deploy
deploy
true
jpackage-deploy
deploy
deploy-file
${project.artifactId}
${project.groupId}
${project.version}
zip
${project.build.directory}/${appName}-jpackage.zip
${deploy.id}
${deploy.url}
true
platform-linux
linux
com.oracle
jdk-linux
${jdk-platform.version}
zip
org.apache.maven.plugins
maven-dependency-plugin
2.8
download-jdk
deploy
unpack-dependencies
com.oracle
jdk-linux
zip
${jdkUnzipDir}
org.panteleyev
jpackage-maven-plugin
1.7.1
create-jpackage
deploy
jpackage
APP_IMAGE
com.dassault.cameo4ecoa.launcher.Launcher
${project.basedir}/../distrib/target/cameo4ecoa-distrib
${appName}
CAMEO4ECOA-${project.version}.jar
${jdkUnzipDir}
${project.build.directory}/jpackage
Cameo4ECOA.ico
true
1.0.0
org.apache.maven.plugins
maven-antrun-plugin
3.1.0
zip-jpackage
deploy
run
org.apache.maven.plugins
maven-deploy-plugin
3.1.1
default-deploy
deploy
deploy
true
jpackage-deploy
deploy
deploy-file
${project.artifactId
${project.groupId}
${project.version}
zip
${project.build.directory}/${appName}-jpackage.zip
${deploy.id}
${deploy.url}
true
```
And it appears when I do a mvn deploy that the property deploy.url is not set to its supposed value when the maven-deploy-plugin is called.
Contributor guide
Assessment
This issue has not been assessed yet.