| | |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <!--<build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-install-plugin</artifactId> |
| | | <version>2.5.2</version> |
| | | <executions> |
| | | <execution> |
| | | <id>install-external</id> |
| | | <phase>clean</phase> |
| | | <configuration> |
| | | <file>${project.build.directory}/tai-ots-framework-1.0.jar</file> |
| | | <repositoryLayout>default</repositoryLayout> |
| | | <groupId>com.ots</groupId> |
| | | <artifactId>tai-ots-framework</artifactId> |
| | | <version>1.0</version> |
| | | <generatePom>true</generatePom> |
| | | </configuration> |
| | | <goals> |
| | | <goal>install-file</goal> |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | </plugins> |
| | | </build>--> |
| | | </project> |