Project

General

Profile

« Previous | Next » 

Revision 096d7d2f

Added by Andreas Müller almost 4 years ago

ref #5752 remove cdmlib-remote-webapp.war from taxeditor.cdmlib (cont.)

View differences:

eu.etaxonomy.taxeditor.cdmlib/pom.xml
98 98
            </goals>
99 99
            <configuration>
100 100
              <target>
101
                <echo>Anonymizing war</echo>
102
                <move todir="./src/main/resources/etc/jetty">
103
                  <fileset dir="./src/main/resources/etc/jetty" />
104
                  <mapper type="regexp"
105
                    from="(^cdmlib\-remote\-webapp).*(\.war)" to="\1\2" />
106
                </move>
101
<!--                 <echo>Anonymizing war</echo> -->
102
<!--                 <move todir="./src/main/resources/etc/jetty"> -->
103
<!--                   <fileset dir="./src/main/resources/etc/jetty" /> -->
104
<!--                   <mapper type="regexp" -->
105
<!--                     from="(^cdmlib\-remote\-webapp).*(\.war)" to="\1\2" /> -->
106
<!--                 </move> -->
107 107
                <echo>Update cdmlib jars to SNAPSHOT when build with
108 108
                  timestamp
109 109
                </echo>
......
203 203
    </repository>
204 204
  </repositories>
205 205
  <dependencies>
206
    <dependency>
207
      <groupId>eu.etaxonomy</groupId>
208
      <artifactId>cdmlib-remote-webapp</artifactId>
209
      <version>${cdmlib.version}</version>
210
      <type>war</type>
211
    </dependency>
212 206
    <dependency>
213 207
      <groupId>eu.etaxonomy</groupId>
214 208
      <artifactId>cdmlib-commons</artifactId>

Also available in: Unified diff