Skip to content
Snippets Groups Projects
Commit e9f170f8 authored by “kpepper”'s avatar “kpepper”
Browse files

Added missing local ibatis jar

parent 72871ca8
No related branches found
No related tags found
No related merge requests found
...@@ -380,7 +380,7 @@ Artemis is written in Java, and is available for UNIX, Macintosh and Windows sys ...@@ -380,7 +380,7 @@ Artemis is written in Java, and is available for UNIX, Macintosh and Windows sys
<executions> <executions>
<execution> <execution>
<id>install-biojava-jar</id> <id>install-biojava-jar</id>
<phase>clean</phase> <phase>initialize</phase>
<goals> <goals>
<goal>install-file</goal> <goal>install-file</goal>
</goals> </goals>
...@@ -395,7 +395,7 @@ Artemis is written in Java, and is available for UNIX, Macintosh and Windows sys ...@@ -395,7 +395,7 @@ Artemis is written in Java, and is available for UNIX, Macintosh and Windows sys
</execution> </execution>
<execution> <execution>
<id>install-jemalign-jar</id> <id>install-jemalign-jar</id>
<phase>clean</phase> <phase>initialize</phase>
<goals> <goals>
<goal>install-file</goal> <goal>install-file</goal>
</goals> </goals>
...@@ -412,7 +412,7 @@ Artemis is written in Java, and is available for UNIX, Macintosh and Windows sys ...@@ -412,7 +412,7 @@ Artemis is written in Java, and is available for UNIX, Macintosh and Windows sys
<!-- NEEDS UPGRADE.... --> <!-- NEEDS UPGRADE.... -->
<execution> <execution>
<id>install-j2ssh-core-jar</id> <id>install-j2ssh-core-jar</id>
<phase>clean</phase> <phase>initialize</phase>
<goals> <goals>
<goal>install-file</goal> <goal>install-file</goal>
</goals> </goals>
...@@ -426,6 +426,21 @@ Artemis is written in Java, and is available for UNIX, Macintosh and Windows sys ...@@ -426,6 +426,21 @@ Artemis is written in Java, and is available for UNIX, Macintosh and Windows sys
</configuration> </configuration>
</execution> </execution>
<execution>
<id>install-ibatis-jar</id>
<phase>initialize</phase>
<goals>
<goal>install-file</goal>
</goals>
<configuration>
<groupId>com.ibatis</groupId>
<artifactId>ibatis</artifactId>
<version>2.3.4.726</version>
<packaging>jar</packaging>
<file>${project.basedir}/lib/ibatis-2.3.4.726.jar</file>
<generatePom>true</generatePom>
</configuration>
</execution>
</executions> </executions>
</plugin> </plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment