commit | 0b351911a931e4188387f1f61f36f3bc57ceafdc | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Thu Dec 11 14:40:31 2014 -0800 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Wed Jan 14 01:27:23 2015 +0000 |
tree | a8dc8d0f4ecae4a0f252f8871ca3020d57d85103 | |
parent | e1dfb50e2e43069bf3933e1b527a508e548d29a6 [diff] |
adding compile to archetype poms [Merged from onos-1.0] Change-Id: I3d8a81894f38b240e2bf1536c1ec8a64583abede (cherry picked from commit 13cbfe5fb5e9370c81d4f7422677ce2e8bf0532c)
diff --git a/tools/package/archetypes/api/src/main/resources/archetype-resources/pom.xml b/tools/package/archetypes/api/src/main/resources/archetype-resources/pom.xml index 2324573..7ce163c 100644 --- a/tools/package/archetypes/api/src/main/resources/archetype-resources/pom.xml +++ b/tools/package/archetypes/api/src/main/resources/archetype-resources/pom.xml
@@ -45,6 +45,15 @@ <version>2.5.3</version> <extensions>true</extensions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.5.1</version> + <configuration> + <source>1.8</source> + <target>1.8</target> + </configuration> + </plugin> </plugins> </build>
diff --git a/tools/package/archetypes/bundle/src/main/resources/archetype-resources/pom.xml b/tools/package/archetypes/bundle/src/main/resources/archetype-resources/pom.xml index ef53147..ad024ee 100644 --- a/tools/package/archetypes/bundle/src/main/resources/archetype-resources/pom.xml +++ b/tools/package/archetypes/bundle/src/main/resources/archetype-resources/pom.xml
@@ -73,7 +73,15 @@ <version>2.5.3</version> <extensions>true</extensions> </plugin> - + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.5.1</version> + <configuration> + <source>1.8</source> + <target>1.8</target> + </configuration> + </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId>
diff --git a/tools/package/archetypes/cli/src/main/resources/archetype-resources/pom.xml b/tools/package/archetypes/cli/src/main/resources/archetype-resources/pom.xml index 9071a0b..70d8d83 100644 --- a/tools/package/archetypes/cli/src/main/resources/archetype-resources/pom.xml +++ b/tools/package/archetypes/cli/src/main/resources/archetype-resources/pom.xml
@@ -92,7 +92,15 @@ <version>2.5.3</version> <extensions>true</extensions> </plugin> - + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.5.1</version> + <configuration> + <source>1.8</source> + <target>1.8</target> + </configuration> + </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId>