Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jaxrs-dev] Spec POM Cleanup

Christian,

 

you asked for a Spec POM Cleanup, in particular for removing the assembly. I did so today, but there is a question open:

 

            <plugin>

                <groupId>org.apache.maven.plugins</groupId>

                <artifactId>maven-release-plugin</artifactId>

                <version>2.5.2</version>

                <configuration>

                    <mavenExecutorId>forked-path</mavenExecutorId>

                    <useReleaseProfile>false</useReleaseProfile>

                    <arguments>${release.arguments}</arguments>

                </configuration>

                <dependencies>

                    <dependency>

                        <groupId>org.apache.maven.scm</groupId>

                        <artifactId>maven-scm-provider-gitexe</artifactId>

                        <version>1.9.4</version>

                    </dependency>

                </dependencies>

            </plugin>

 

I don't know why the original author thought he has to use these particular settings. Typically when I am using the Maven Release Plugin, I do not use such settings. As we cannot simply try it out without actually releasing the spec, what shall we do? Just throw it away, in the hope it still works? Just keeping it, possibly without any need?

 

-Markus


Back to the top