Changeset 7238
- Timestamp:
- 12/20/21 10:47:47 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FCS-QL/trunk/pom.xml
r7237 r7238 89 89 <build> 90 90 <plugins> 91 <!-- 91 92 <plugin> 92 93 <artifactId>maven-jar-plugin</artifactId> … … 100 101 <descriptorRef>jar-with-dependencies</descriptorRef> 101 102 </descriptorRefs> 102 <!- - outputDirectory>java/lib</outputDirectory -->103 <!- - outputDirectory>java/lib</outputDirectory - -> 103 104 </configuration> 104 105 <executions> … … 112 113 </executions> 113 114 </plugin> 115 --> 114 116 115 117 <plugin> … … 167 169 <groupId>org.apache.maven.plugins</groupId> 168 170 <artifactId>maven-deploy-plugin</artifactId> 169 <version>2.6</version> 170 <configuration> 171 <uniqueVersion>false</uniqueVersion> 172 </configuration> 171 <version>2.8.2</version> 173 172 </plugin> 174 173 </plugins>
Note: See TracChangeset
for help on using the changeset viewer.