Skip to content
New issue

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

what's the groupId and artifactId ? #2

Open
mokun opened this issue Jan 7, 2024 · 1 comment
Open

what's the groupId and artifactId ? #2

mokun opened this issue Jan 7, 2024 · 1 comment

Comments

@mokun
Copy link

mokun commented Jan 7, 2024

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 !

@basilevs
Copy link

basilevs commented Feb 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants