We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'd like to switch to your version of this maven plugin because eclipse reports error on the line below.
<plugin> <groupId>com.coderplus.maven.plugins</groupId> <artifactId>copy-rename-maven-plugin</artifactId> <version>1.0.1</version> <executions> <execution> <id>copy-file</id> <phase>package</phase> <goals> <goal>copy</goal> </goals> <configuration> <sourceFile>${project.build.directory}/${project.build.finalName}-jar-with-dependencies.jar</sourceFile> <destinationFile>${project.build.directory}/${target.name}.jar</destinationFile> </configuration> </execution> </executions> </plugin>
Is your version on maven repo already ?
What's the groupId and artifactId ?
Thanks !
The text was updated successfully, but these errors were encountered:
Yes, and this is documented on the plugin site: https://kohlschutter.github.io/copy-rename-maven-plugin/
com.kohlschutter.mavenplugins:copy-rename-maven-plugin:2.0.0:copy
Sorry, something went wrong.
No branches or pull requests
Hi,
I'd like to switch to your version of this maven plugin because eclipse reports error on the line below.
Is your version on maven repo already ?
What's the groupId and artifactId ?
Thanks !
The text was updated successfully, but these errors were encountered: