JPhyloIO dependencies added to molecular.lib.
[taxeditor.git] / eu.etaxonomy.taxeditor.molecular.lib / pom.xml
1 <project>
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>eu.etaxonomy.taxeditor</groupId>
4 <artifactId>eu.etaxonomy.taxeditor.molecular.lib</artifactId>
5 <packaging>eclipse-plugin</packaging>
6
7 <parent>
8 <groupId>eu.etaxonomy</groupId>
9 <artifactId>taxeditor-parent</artifactId>
10 <version>4.0.0-SNAPSHOT</version>
11 </parent>
12
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.maven.plugins</groupId>
17 <artifactId>maven-dependency-plugin</artifactId>
18 <version>2.4</version>
19 <executions>
20 <execution>
21 <id>copy-dependencies</id>
22 <phase>validate</phase>
23 <goals>
24 <goal>copy-dependencies</goal>
25 </goals>
26 <configuration>
27 <includeArtifactIds>libralign-swt, libralign-core,
28 bioinfweb-commons-swt, bioinfweb-commons-core,
29 bioinfweb-commons-bio, bioinfweb-commons-swing,
30 tic-core, libralign-biojava1, core, sequencing,
31 tic-swt, jphyloio-core, owlapi-xmlutils</includeArtifactIds>
32 <outputDirectory>lib</outputDirectory>
33 <overWriteReleases>true</overWriteReleases>
34 <overWriteSnapshots>true</overWriteSnapshots>
35 <excludeTransitive>true</excludeTransitive>
36 </configuration>
37 </execution>
38 <!-- <execution> -->
39 <!-- <id>copy-dependencies-sources</id> -->
40 <!-- <phase>validate</phase> -->
41 <!-- <goals> -->
42 <!-- <goal>copy-dependencies</goal> -->
43 <!-- </goals> -->
44 <!-- <configuration> -->
45 <!-- <classifier>sources</classifier> -->
46 <!-- <includeArtifactIds>cdmlib-commons,cdmlib-model,cdmlib-persistence,cdmlib-remote,cdmlib-print,cdmlib-services,cdmlib-ext,cdmlib-io</includeArtifactIds> -->
47 <!-- <outputDirectory>lib</outputDirectory> -->
48 <!-- <overWriteReleases>true</overWriteReleases> -->
49 <!-- <overWriteSnapshots>true</overWriteSnapshots> -->
50 <!-- <excludeTransitive>true</excludeTransitive> -->
51 <!-- <failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact> -->
52 <!-- </configuration> -->
53 <!-- </execution> -->
54 </executions>
55 </plugin>
56 <plugin>
57 <groupId>org.apache.maven.plugins</groupId>
58 <artifactId>maven-antrun-plugin</artifactId>
59 <version>1.7</version>
60 <executions>
61 <execution>
62 <id>remove-existing-jars</id>
63 <phase>clean</phase>
64 <goals>
65 <goal>run</goal>
66 </goals>
67 <configuration>
68 <target>
69 <echo>Remove all jars</echo>
70 <delete>
71 <fileset dir="./lib" includes="*" />
72 </delete>
73 </target>
74 </configuration>
75 </execution>
76 <execution>
77 <id>update-snapshot-jar-names</id>
78 <phase>validate</phase>
79 <goals>
80 <goal>run</goal>
81 </goals>
82 <configuration>
83 <target>
84 <echo>Update jars to SNAPSHOT when build with
85 timestamp</echo>
86 <move todir="./lib">
87 <fileset dir="./lib" />
88 <mapper type="regexp" from="(^bioinfweb\-.*\-[0-9]-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
89 </move>
90 <move todir="./lib">
91 <fileset dir="./lib" />
92 <mapper type="regexp" from="(^libralign\-.*\-[0-9]-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
93 </move>
94 <move todir="./lib">
95 <fileset dir="./lib" />
96 <mapper type="regexp" from="(^tic\-.*\-[0-9]-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
97 </move>
98 <move todir="./lib">
99 <fileset dir="./lib" />
100 <mapper type="regexp" from="(^jphyloio\-.*\-[0-9]-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
101 </move>
102 <move todir="./lib">
103 <fileset dir="./lib" />
104 <mapper type="regexp" from="(^owlapi\-.*\-[0-9]-)[0-9.-]+(\.jar)" to="\1SNAPSHOT\2" />
105 </move>
106 <move todir="./lib">
107 <fileset dir="./lib" />
108 <mapper type="regexp" from="(^core\-[0-9]\.[0-9]\.[0-9])(\.jar)" to="\1-SNAPSHOT\2" />
109 </move>
110 <move todir="./lib">
111 <fileset dir="./lib" />
112 <mapper type="regexp" from="(^sequencing\-[0-9]\.[0-9]\.[0-9])(\.jar)" to="\1-SNAPSHOT\2" />
113 </move>
114 </target>
115 </configuration>
116 </execution>
117 </executions>
118 </plugin>
119 </plugins>
120 </build>
121
122 <dependencies>
123 <!-- JPhyloIO -->
124 <dependency>
125 <groupId>info.bioinfweb.jphyloio</groupId>
126 <artifactId>jphyloio-core</artifactId>
127 <version>0-SNAPSHOT</version>
128 </dependency>
129 <dependency>
130 <groupId>info.bioinfweb.thirdparty.owlapi</groupId>
131 <artifactId>owlapi-xmlutils</artifactId>
132 <version>4.1.4</version>
133 </dependency>
134 <dependency>
135 <groupId>org.apache.commons</groupId>
136 <artifactId>commons-collections4</artifactId>
137 <version>4.1</version>
138 </dependency>
139 <!-- LibrAlign -->
140 <dependency>
141 <groupId>info.bioinfweb.libralign</groupId>
142 <artifactId>libralign-core</artifactId>
143 <version>0-SNAPSHOT</version>
144 </dependency>
145 <dependency>
146 <groupId>info.bioinfweb.libralign</groupId>
147 <artifactId>libralign-swt</artifactId>
148 <version>0-SNAPSHOT</version>
149 </dependency>
150 <dependency>
151 <groupId>info.bioinfweb.libralign</groupId>
152 <artifactId>libralign-biojava1</artifactId>
153 <version>0-SNAPSHOT</version>
154 </dependency>
155 <!-- commons -->
156 <dependency>
157 <groupId>info.bioinfweb.commons.java</groupId>
158 <artifactId>bioinfweb-commons-swt</artifactId>
159 <version>2-SNAPSHOT</version>
160 </dependency>
161 <dependency>
162 <groupId>info.bioinfweb.commons.java</groupId>
163 <artifactId>bioinfweb-commons-core</artifactId>
164 <version>2-SNAPSHOT</version>
165 </dependency>
166 <dependency>
167 <groupId>info.bioinfweb.commons.java</groupId>
168 <artifactId>bioinfweb-commons-bio</artifactId>
169 <version>2-SNAPSHOT</version>
170 </dependency>
171 <dependency>
172 <groupId>info.bioinfweb.commons.java</groupId>
173 <artifactId>bioinfweb-commons-swing</artifactId>
174 <version>2-SNAPSHOT</version>
175 </dependency>
176 <!-- tic -->
177 <dependency>
178 <groupId>info.bioinfweb.tic</groupId>
179 <artifactId>tic-core</artifactId>
180 <version>2-SNAPSHOT</version>
181 </dependency>
182 <dependency>
183 <groupId>info.bioinfweb.tic</groupId>
184 <artifactId>tic-swt</artifactId>
185 <version>2-SNAPSHOT</version>
186 </dependency>
187 <!-- biojava -->
188 <dependency>
189 <groupId>org.biojava</groupId>
190 <artifactId>core</artifactId>
191 <version>1.9.2</version>
192 </dependency>
193 <dependency>
194 <groupId>org.biojava</groupId>
195 <artifactId>sequencing</artifactId>
196 <version>1.9.2</version>
197 </dependency>
198 </dependencies>
199
200 <repositories>
201 <repository>
202 <id>bioinfweb-maven-repo</id>
203 <name>bioinfweb repository</name>
204 <url>http://bioinfweb.info/MavenRepository/</url>
205 </repository>
206 <!-- <repository>
207 <id>central-maven-repo</id>
208 <name>Maven Central</name>
209 <url>http://central.maven.org/maven2/</url>
210 </repository> -->
211 </repositories>
212 </project>
213