File tree Expand file tree Collapse file tree 1 file changed +19
-21
lines changed Expand file tree Collapse file tree 1 file changed +19
-21
lines changed Original file line number Diff line number Diff line change 158
158
<fasterxml .jackson.version>2.4.4</fasterxml .jackson.version>
159
159
<snappy .version>1.1.1.6</snappy .version>
160
160
<netlib .java.version>1.1.2</netlib .java.version>
161
- <maven-jar-plugin .version>2.6</maven-jar-plugin .version>
162
161
163
162
<!--
164
163
Dependency scopes that can be overridden by enabling certain profiles. These profiles are
1478
1477
<plugin >
1479
1478
<groupId >org.apache.maven.plugins</groupId >
1480
1479
<artifactId >maven-jar-plugin</artifactId >
1481
- <version >${maven-jar-plugin.version} </version >
1482
1480
<configuration >
1483
1481
<!-- Configuration of the archiver -->
1484
1482
<archive >
1493
1491
</archive >
1494
1492
</configuration >
1495
1493
<executions >
1496
- <execution >
1497
- <id >prepare-jar</id >
1498
- <phase >prepare-package</phase >
1499
- <goals >
1500
- <goal >jar</goal >
1501
- </goals >
1502
- </execution >
1503
- <execution >
1504
- <id >prepare-test-jar</id >
1505
- <phase >prepare-package</phase >
1506
- <goals >
1507
- <goal >test-jar</goal >
1508
- </goals >
1509
- <configuration >
1510
- <excludes >
1511
- <exclude >log4j.properties</exclude >
1512
- </excludes >
1513
- </configuration >
1514
- </execution >
1494
+ <execution >
1495
+ <id >prepare-jar</id >
1496
+ <phase >prepare-package</phase >
1497
+ <goals >
1498
+ <goal >jar</goal >
1499
+ </goals >
1500
+ </execution >
1501
+ <execution >
1502
+ <id >prepare-test-jar</id >
1503
+ <phase >prepare-package</phase >
1504
+ <goals >
1505
+ <goal >test-jar</goal >
1506
+ </goals >
1507
+ <configuration >
1508
+ <excludes >
1509
+ <exclude >log4j.properties</exclude >
1510
+ </excludes >
1511
+ </configuration >
1512
+ </execution >
1515
1513
</executions >
1516
1514
</plugin >
1517
1515
</plugins >
You can’t perform that action at this time.
0 commit comments