diff options
Diffstat (limited to 'odlparent-lite/pom.xml')
-rw-r--r-- | odlparent-lite/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index 6877751..d8c6a71 100644 --- a/odlparent-lite/pom.xml +++ b/odlparent-lite/pom.xml @@ -50,4 +50,20 @@ limitations under the License. </dependencies> </dependencyManagement> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-install-plugin</artifactId> + <version>2.5.2</version> + <executions> + <execution> + <id>additional-install</id> + <phase>none</phase> + </execution> + </executions> + </plugin> + </plugins> + </build> + </project> |