Revision 2d6df6fe
Added by Cherian Mathew over 8 years ago
eu.etaxonomy.taxeditor.cdmlib/pom.xml | ||
---|---|---|
24 | 24 |
<goal>copy-dependencies</goal> |
25 | 25 |
</goals> |
26 | 26 |
<configuration> |
27 |
<excludeArtifactIds>junit,log4j,unitils</excludeArtifactIds>
|
|
27 |
<includeArtifactIds>cdmlib-commons,cdmlib-model,cdmlib-persistence,cdmlib-remote,cdmlib-print,cdmlib-services,cdmlib-ext,cdmlib-io</includeArtifactIds>
|
|
28 | 28 |
<outputDirectory>lib</outputDirectory> |
29 | 29 |
<overWriteReleases>true</overWriteReleases> |
30 | 30 |
<overWriteSnapshots>true</overWriteSnapshots> |
... | ... | |
39 | 39 |
</goals> |
40 | 40 |
<configuration> |
41 | 41 |
<classifier>sources</classifier> |
42 |
<excludeArtifactIds>junit,log4j,unitils</excludeArtifactIds>
|
|
42 |
<includeArtifactIds>cdmlib-commons,cdmlib-model,cdmlib-persistence,cdmlib-remote,cdmlib-print,cdmlib-services,cdmlib-ext,cdmlib-io</includeArtifactIds>
|
|
43 | 43 |
<outputDirectory>lib</outputDirectory> |
44 | 44 |
<overWriteReleases>true</overWriteReleases> |
45 | 45 |
<overWriteSnapshots>true</overWriteSnapshots> |
Also available in: Unified diff
eu.etaxonomy.taxeditor.product.with.jre : removed since the jre bundling is done on jenkins
ApplicationUtil : added UTC to beta version string
eu.etaxonomy.taxeditor.cdmlib/pom.xml : fixes problem with clean validate - ticket #4733