Skip to content

Commit

Permalink
Bump the maven-plugin-plugin
Browse files Browse the repository at this point in the history
This fixes the parsing of plugin descriptors (the doclets) and the writing of the names of the parameters
  • Loading branch information
Shredder121 committed Jun 21, 2016
1 parent 2492722 commit cdf5e11
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions querydsl-maven-plugin/pom.xml
Expand Up @@ -28,6 +28,18 @@
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.4</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit cdf5e11

Please sign in to comment.