You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Robert Scholte <rf...@apache.org> on 2017/10/28 08:24:19 UTC

Re: svn commit: r1813594 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

Nice! Another plugin which doesn't depend on maven-compat anymore

On Sat, 28 Oct 2017 10:22:19 +0200, <ad...@apache.org> wrote:

> Author: adangel
> Date: Sat Oct 28 08:22:19 2017
> New Revision: 1813594
>
> URL: http://svn.apache.org/viewvc?rev=1813594&view=rev
> Log:
> [MPMD-240] Migrate plugin to Maven 3.0
>
> maven-compat now only needed for tests
>
> Modified:
>     maven/plugins/trunk/maven-pmd-plugin/pom.xml
>
> Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml
> URL:  
> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=1813594&r1=1813593&r2=1813594&view=diff
> ==============================================================================
> --- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
> +++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Sat Oct 28 08:22:19 2017
> @@ -109,11 +109,6 @@ under the License.
>        <version>${mavenVersion}</version>
>      </dependency>
>      <dependency>
> -      <groupId>org.apache.maven</groupId>
> -      <artifactId>maven-compat</artifactId>
> -      <version>${mavenVersion}</version>
> -    </dependency>
> -    <dependency>
>        <groupId>org.apache.maven.plugin-tools</groupId>
>        <artifactId>maven-plugin-annotations</artifactId>
>        <scope>provided</scope>
> @@ -189,6 +184,12 @@ under the License.
>     <!-- test -->
>      <dependency>
> +      <groupId>org.apache.maven</groupId>
> +      <artifactId>maven-compat</artifactId>
> +      <version>${mavenVersion}</version>
> +      <scope>test</scope>
> +    </dependency>
> +    <dependency>
>        <groupId>org.apache.maven.plugin-testing</groupId>
>        <artifactId>maven-plugin-testing-harness</artifactId>
>        <version>2.1</version>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org