Skip to content

what's the groupId and artifactId ? #2

@mokun

Description

@mokun

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions