Add seed code for sdnr app based on ONF Centennial
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / mwtnCommons / mwtnCommons-module / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project
3   xmlns="http://maven.apache.org/POM/4.0.0"
4   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5   <modelVersion>4.0.0</modelVersion>
6   <parent>
7     <artifactId>mwtnCommons</artifactId>
8     <groupId>com.highstreet.technologies.odl.dlux</groupId>
9     <version>0.5.1-SNAPSHOT</version>
10   </parent>
11   <artifactId>mwtnCommons-module</artifactId>
12   <name>${prefix} ${project.artifactId}</name>
13   <packaging>jar</packaging>
14
15   <build>
16     <pluginManagement>
17       <plugins>
18         <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence
19           on the Maven build itself. -->
20         <plugin>
21           <groupId>org.eclipse.m2e</groupId>
22           <artifactId>lifecycle-mapping</artifactId>
23           <version>1.0.0</version>
24           <configuration>
25             <lifecycleMappingMetadata>
26               <pluginExecutions>
27                 <pluginExecution>
28                   <pluginExecutionFilter>
29                     <groupId>org.codehaus.mojo</groupId>
30                     <artifactId>exec-maven-plugin</artifactId>
31                     <versionRange>[1.0.0,)</versionRange>
32                     <goals>
33                       <goal>exec</goal>
34                     </goals>
35                   </pluginExecutionFilter>
36                   <action>
37                     <execute/>
38                   </action>
39                 </pluginExecution>
40               </pluginExecutions>
41             </lifecycleMappingMetadata>
42           </configuration>
43         </plugin>
44       </plugins>
45     </pluginManagement>
46     <plugins>
47       <plugin>
48         <groupId>org.codehaus.mojo</groupId>
49         <artifactId>exec-maven-plugin</artifactId>
50         <version>1.6.0</version>
51         <executions>
52           <execution>
53             <phase>generate-sources</phase>
54             <goals>
55               <goal>exec</goal>
56             </goals>
57           </execution>
58         </executions>
59         <configuration>
60           <executable>./bowerInstall.sh</executable>
61           <arguments>
62             <argument>install</argument>
63           </arguments>
64           <workingDirectory>${basedir}/src/main/resources/mwtnCommons/</workingDirectory>
65         </configuration>
66       </plugin>
67     </plugins>
68   </build>
69 </project>