reordered default extractors
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1648234 13f79535-47bb-0310-9956-ffa450edef68master
parent
de5875e0af
commit
5af1f627a8
|
|
@ -49,11 +49,6 @@
|
|||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.plugin-tools</groupId>
|
||||
<artifactId>maven-plugin-tools-annotations</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- doxia -->
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.doxia</groupId>
|
||||
|
|
@ -134,12 +129,17 @@
|
|||
<version>3.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Maven runtime -->
|
||||
<!-- Maven runtime: extractors used by default -->
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.plugin-tools</groupId>
|
||||
<artifactId>maven-plugin-tools-java</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.plugin-tools</groupId>
|
||||
<artifactId>maven-plugin-tools-annotations</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.plugin-tools</groupId>
|
||||
<artifactId>maven-plugin-tools-beanshell</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue