Skip to content

Commit 6cf1b82

Browse files
committed
work
1 parent 1e94a9b commit 6cf1b82

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

pom.xml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,27 @@
581581
<type>maven-plugin</type>
582582
<scope>provided</scope>
583583
</dependency>
584+
<dependency>
585+
<groupId>org.apache.maven.plugins</groupId>
586+
<artifactId>maven-install-plugin</artifactId>
587+
<version>${maven-install-plugin.version}</version>
588+
<type>maven-plugin</type>
589+
<scope>provided</scope>
590+
</dependency>
591+
<dependency>
592+
<groupId>org.apache.maven.plugins</groupId>
593+
<artifactId>maven-javadoc-plugin</artifactId>
594+
<version>${maven-javadoc-plugin.version}</version>
595+
<type>maven-plugin</type>
596+
<scope>provided</scope>
597+
</dependency>
598+
<dependency>
599+
<groupId>org.apache.maven.plugins</groupId>
600+
<artifactId>maven-source-plugin</artifactId>
601+
<version>${maven-source-plugin.version}</version>
602+
<type>maven-plugin</type>
603+
<scope>provided</scope>
604+
</dependency>
584605

585606
<dependency>
586607
<groupId>org.apache.maven.doxia</groupId>
@@ -1084,6 +1105,24 @@
10841105
<type>maven-plugin</type>
10851106
<scope>provided</scope>
10861107
</dependency>
1108+
<dependency>
1109+
<groupId>org.apache.maven.plugins</groupId>
1110+
<artifactId>maven-install-plugin</artifactId>
1111+
<type>maven-plugin</type>
1112+
<scope>provided</scope>
1113+
</dependency>
1114+
<dependency>
1115+
<groupId>org.apache.maven.plugins</groupId>
1116+
<artifactId>maven-javadoc-plugin</artifactId>
1117+
<type>maven-plugin</type>
1118+
<scope>provided</scope>
1119+
</dependency>
1120+
<dependency>
1121+
<groupId>org.apache.maven.plugins</groupId>
1122+
<artifactId>maven-source-plugin</artifactId>
1123+
<type>maven-plugin</type>
1124+
<scope>provided</scope>
1125+
</dependency>
10871126
<dependency>
10881127
<groupId>org.apache.maven.doxia</groupId>
10891128
<artifactId>doxia-module-markdown</artifactId>
@@ -1294,6 +1333,23 @@
12941333
<artifactId>maven-failsafe-plugin</artifactId>
12951334
<version>${maven-failsafe-plugin.version}</version>
12961335
</plugin>
1336+
<!--
1337+
<plugin>
1338+
<groupId>org.apache.maven.plugins</groupId>
1339+
<artifactId>maven-install-plugin</artifactId>
1340+
<version>${maven-install-plugin.version}</version>
1341+
</plugin>
1342+
<plugin>
1343+
<groupId>org.apache.maven.plugins</groupId>
1344+
<artifactId>maven-javadoc-plugin</artifactId>
1345+
<version>${maven-javadoc-plugin.version}</version>
1346+
</plugin>
1347+
<plugin>
1348+
<groupId>org.apache.maven.plugins</groupId>
1349+
<artifactId>maven-source-plugin</artifactId>
1350+
<version>${maven-source-plugin.version}</version>
1351+
</plugin>
1352+
-->
12971353
</plugins>
12981354
</pluginManagement>
12991355
<plugins>
@@ -1694,6 +1750,20 @@
16941750
<groupId>org.apache.maven.plugins</groupId>
16951751
<artifactId>maven-pmd-plugin</artifactId>
16961752
</plugin>
1753+
<!--
1754+
<plugin>
1755+
<groupId>org.apache.maven.plugins</groupId>
1756+
<artifactId>maven-install-plugin</artifactId>
1757+
</plugin>
1758+
<plugin>
1759+
<groupId>org.apache.maven.plugins</groupId>
1760+
<artifactId>maven-javadoc-plugin</artifactId>
1761+
</plugin>
1762+
<plugin>
1763+
<groupId>org.apache.maven.plugins</groupId>
1764+
<artifactId>maven-source-plugin</artifactId>
1765+
</plugin>
1766+
-->
16971767
</plugins>
16981768
</build>
16991769

0 commit comments

Comments
 (0)