From 1bf0bde811413d91e35caeb73df4b8b6bd2fceea Mon Sep 17 00:00:00 2001 From: linzhijie <19970921lzj> Date: 星期二, 27 七月 2021 19:51:06 +0800 Subject: [PATCH] PAQ精简 --- pom.xml | 27 ++++++++++++++++++++++++++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 393ee3b..e0bd5d9 100644 --- a/pom.xml +++ b/pom.xml @@ -367,5 +367,30 @@ </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> \ No newline at end of file -- Gitblit v1.9.1