Skip to content

Commit

Permalink
Export all packages across modules
Browse files Browse the repository at this point in the history
Enforce JDK 6 for Annotations and DataBinding
Clean the module pathing
OSS-Parent Update for plugin management
Exclude moditect from plugin version check

FasterXML/jackson-annotations#145
FasterXML/jackson-core#499
FasterXML/jackson-databind#2197
  • Loading branch information
GedMarc committed Dec 6, 2018
1 parent 1970258 commit 6c63fd8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
<osgi.dynamicImport />
<osgi.private />
<osgi.requiredExecutionEnvironment />
<osgi.versionpolicy>${range;[===,=+);${@}}</osgi.versionpolicy>
<!--suppress UnresolvedMavenProperty -->
<osgi.versionpolicy>${range;[===,=+);${@}}</osgi.versionpolicy>
<osgi.includeResource>{maven-resources}</osgi.includeResource>
<!-- 27-Dec-2015, tatu: Allow use of "Main-Class" too, default to empty -->
<osgi.mainClass />
Expand Down Expand Up @@ -191,7 +192,9 @@
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>${version.plugin.moditect}</version>
<version>${version.plugin.moditect}</version>


</plugin>

<plugin>
Expand Down Expand Up @@ -334,6 +337,7 @@
<banSnapshots>true</banSnapshots>
<phases>clean,deploy,site</phases>
<message>[ERROR] Best Practice is to always define plugin versions!</message>
<unCheckedPluginList>org.moditect:moditect-maven-plugin</unCheckedPluginList>
</requirePluginVersions>
</rules>
</configuration>
Expand Down

0 comments on commit 6c63fd8

Please sign in to comment.