File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/main/resources-filtered/META-INF/plexus Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 <implementation >org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation >
77 <configuration >
88 <phases >
9- <generate-sources >com.axway.maven.plugins:apigw-maven-plugin :dependent-policies</generate-sources >
10- <package >com.axway.maven.plugins:apigw-maven-plugin :axpar</package >
9+ <generate-sources >${project.groupId}:${project.artifactId} :dependent-policies</generate-sources >
10+ <package >${project.groupId}:${project.artifactId} :axpar</package >
1111 <install >org.apache.maven.plugins:maven-install-plugin:install</install >
1212 <deploy >org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy >
1313 </phases >
1919 <implementation >org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation >
2020 <configuration >
2121 <phases >
22- <generate-sources >com.axway.maven.plugins:apigw-maven-plugin :dependent-policies</generate-sources >
23- <package >com.axway.maven.plugins:apigw-maven-plugin :axsar</package >
22+ <generate-sources >${project.groupId}:${project.artifactId} :dependent-policies</generate-sources >
23+ <package >${project.groupId}:${project.artifactId} :axsar</package >
2424 <install >org.apache.maven.plugins:maven-install-plugin:install</install >
2525 <deploy >org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy >
2626 </phases >
3232 <implementation >org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation >
3333 <configuration >
3434 <phases >
35- <generate-sources >com.axway.maven.plugins:apigw-maven-plugin :dependent-policies</generate-sources >
36- <package >com.axway.maven.plugins:apigw-maven-plugin :axdar</package >
35+ <generate-sources >${project.groupId}:${project.artifactId} :dependent-policies</generate-sources >
36+ <package >${project.groupId}:${project.artifactId} :axdar</package >
3737 <install >org.apache.maven.plugins:maven-install-plugin:install</install >
3838 <deploy >org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy >
3939 </phases >
You can’t perform that action at this time.
0 commit comments