Add missing secondstring library
This commit is contained in:
parent
7dd45b81f4
commit
82e278162b
BIN
main/lib-src/secondstring-20100303-sources.jar
Normal file
BIN
main/lib-src/secondstring-20100303-sources.jar
Normal file
Binary file not shown.
BIN
main/lib/secondstring-20100303.jar
Normal file
BIN
main/lib/secondstring-20100303.jar
Normal file
Binary file not shown.
22
main/pom.xml
22
main/pom.xml
@ -218,6 +218,23 @@
|
|||||||
<goal>install-file</goal>
|
<goal>install-file</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>install-secondstring</id>
|
||||||
|
<phase>process-resources</phase>
|
||||||
|
<configuration>
|
||||||
|
<file>${basedir}/lib/secondstring-20100303.jar</file>
|
||||||
|
<repositoryLayout>default</repositoryLayout>
|
||||||
|
<groupId>com.wcohen</groupId>
|
||||||
|
<artifactId>secondstring</artifactId>
|
||||||
|
<version>20100303</version>
|
||||||
|
<packaging>jar</packaging>
|
||||||
|
<generatePom>true</generatePom>
|
||||||
|
</configuration>
|
||||||
|
<goals>
|
||||||
|
<goal>install-file</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
@ -417,6 +434,11 @@
|
|||||||
<artifactId>lessen</artifactId>
|
<artifactId>lessen</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.wcohen</groupId>
|
||||||
|
<artifactId>secondstring</artifactId>
|
||||||
|
<version>20100303</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- test dependencies -->
|
<!-- test dependencies -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user