|
4 | 4 |
|
5 | 5 | <groupId>org.woehlke</groupId> |
6 | 6 | <artifactId>simpleworklist</artifactId> |
7 | | - <version>2.3.58-SNAPSHOT</version> |
| 7 | + <version>2.3.61-SNAPSHOT</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 |
|
10 | 10 | <parent> |
|
1259 | 1259 | <groupId>org.apache.maven.plugins</groupId> |
1260 | 1260 | <artifactId>maven-site-plugin</artifactId> |
1261 | 1261 | <version>${version.maven-site-plugin}</version> |
1262 | | - <!-- |
1263 | | - <dependencies> |
1264 | | - <dependency> |
1265 | | - <groupId>org.apache.maven.doxia</groupId> |
1266 | | - <artifactId>doxia-module-markdown</artifactId> |
1267 | | - <version>${doxia-module.version}</version> |
1268 | | - <scope>compile</scope> |
1269 | | - </dependency> |
1270 | | - <dependency> |
1271 | | - <groupId>org.apache.maven.doxia</groupId> |
1272 | | - <artifactId>doxia-module-itext</artifactId> |
1273 | | - <version>${doxia-module.version}</version> |
1274 | | - <scope>compile</scope> |
1275 | | - </dependency> |
1276 | | - <dependency> |
1277 | | - <groupId>org.apache.maven.doxia</groupId> |
1278 | | - <artifactId>doxia-module-latex</artifactId> |
1279 | | - <version>${doxia-module.version}</version> |
1280 | | - <scope>compile</scope> |
1281 | | - </dependency> |
1282 | | - <dependency> |
1283 | | - <groupId>org.apache.maven.doxia</groupId> |
1284 | | - <artifactId>doxia-module-rtf</artifactId> |
1285 | | - <version>${doxia-module.version}</version> |
1286 | | - <scope>compile</scope> |
1287 | | - </dependency> |
1288 | | - <dependency> |
1289 | | - <groupId>org.apache.maven.doxia</groupId> |
1290 | | - <artifactId>doxia-module-xdoc</artifactId> |
1291 | | - <version>${doxia-module.version}</version> |
1292 | | - <scope>compile</scope> |
1293 | | - </dependency> |
1294 | | - <dependency> |
1295 | | - <groupId>org.apache.maven.doxia</groupId> |
1296 | | - <artifactId>doxia-skin-model</artifactId> |
1297 | | - <version>${doxia-module.version}</version> |
1298 | | - <scope>compile</scope> |
1299 | | - </dependency> |
1300 | | - <dependency> |
1301 | | - <groupId>org.apache.maven.doxia</groupId> |
1302 | | - <artifactId>doxia-site-renderer</artifactId> |
1303 | | - <version>${doxia-module.version}</version> |
1304 | | - <scope>compile</scope> |
1305 | | - </dependency> |
1306 | | - <dependency> |
1307 | | - <groupId>org.apache.maven.doxia</groupId> |
1308 | | - <artifactId>doxia-test-docs</artifactId> |
1309 | | - <version>${doxia-module.version}</version> |
1310 | | - <scope>compile</scope> |
1311 | | - </dependency> |
1312 | | - </dependencies> |
1313 | | - --> |
1314 | 1262 | </plugin> |
1315 | 1263 | <plugin> |
1316 | 1264 | <groupId>org.apache.maven.plugins</groupId> |
|
1457 | 1405 | <groupId>org.apache.maven.plugins</groupId> |
1458 | 1406 | <artifactId>maven-dependency-plugin</artifactId> |
1459 | 1407 | <executions> |
| 1408 | + <!-- |
1460 | 1409 | <execution> |
1461 | 1410 | <id>unpack-dependency-classes-install</id> |
1462 | 1411 | <phase>pre-site</phase> |
|
1564 | 1513 | <goal>tree</goal> |
1565 | 1514 | </goals> |
1566 | 1515 | </execution> |
| 1516 | + --> |
1567 | 1517 | <execution> |
1568 | 1518 | <id>report</id> |
1569 | 1519 | <phase>site</phase> |
|
1611 | 1561 | --> |
1612 | 1562 | </configuration> |
1613 | 1563 | </execution> |
| 1564 | + <execution> |
| 1565 | + <id>copy-dependencies</id> |
| 1566 | + <phase>package</phase> |
| 1567 | + <goals><goal>copy-dependencies</goal></goals> |
| 1568 | + <configuration> |
| 1569 | + <includeScope>compile</includeScope> |
| 1570 | + </configuration> |
| 1571 | + </execution> |
1614 | 1572 | </executions> |
1615 | 1573 | </plugin> |
1616 | 1574 | <plugin> |
|
0 commit comments