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 !
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 !