File tree 1 file changed +0
-52
lines changed
1 file changed +0
-52
lines changed Original file line number Diff line number Diff line change 86
86
</mailingList >
87
87
</mailingLists >
88
88
89
- <repositories >
90
- <repository >
91
- <id >EclipseLink Repo</id >
92
- <url >https://download.eclipse.org/rt/eclipselink/maven.repo/</url >
93
- </repository >
94
- <repository >
95
- <id >ops4j.sonatype.snapshots.deploy</id >
96
- <url >https://oss.sonatype.org/content/repositories/ops4j-snapshots</url >
97
- <snapshots >
98
- <enabled >true</enabled >
99
- <updatePolicy >daily</updatePolicy >
100
- <checksumPolicy >ignore</checksumPolicy >
101
- </snapshots >
102
- <releases >
103
- <enabled >false</enabled >
104
- </releases >
105
- </repository >
106
- </repositories >
107
-
108
89
<pluginRepositories >
109
90
<pluginRepository >
110
91
<id >apache.snapshots</id >
224
205
<versions-maven-plugin .version>1.1</versions-maven-plugin .version>
225
206
<findbugs-maven-plugin .version>3.0.5</findbugs-maven-plugin .version>
226
207
<maven-bundle-plugin .version>5.1.9</maven-bundle-plugin .version>
227
- <maven-license-plugin .version>1.4.0</maven-license-plugin .version>
228
208
<!-- TODO do not override javadoc plugin version when apache parent v34 is released-->
229
209
<maven-javadoc-plugin .version>3.11.2</maven-javadoc-plugin .version>
230
210
<maven-pmd-plugin .version>2.4</maven-pmd-plugin .version>
641
621
</plugins >
642
622
</build >
643
623
</profile >
644
- <profile >
645
- <id >license-check</id >
646
- <pluginRepositories >
647
- <pluginRepository >
648
- <id >mc-release</id >
649
- <url >http://mc-repo.googlecode.com/svn/maven2/releases</url >
650
- <snapshots >
651
- <enabled >false</enabled >
652
- </snapshots >
653
- <releases >
654
- <enabled >true</enabled >
655
- </releases >
656
- </pluginRepository >
657
- </pluginRepositories >
658
- <build >
659
- <defaultGoal >license:check</defaultGoal >
660
- <plugins >
661
- <plugin >
662
- <groupId >com.google.code.maven-license-plugin</groupId >
663
- <artifactId >maven-license-plugin</artifactId >
664
- <version >${maven-license-plugin.version} </version >
665
- <executions >
666
- <execution >
667
- <goals >
668
- <goal >check</goal >
669
- </goals >
670
- </execution >
671
- </executions >
672
- </plugin >
673
- </plugins >
674
- </build >
675
- </profile >
676
624
</profiles >
677
625
678
626
<reporting >
You can’t perform that action at this time.
0 commit comments