Project

General

Profile

« Previous | Next » 

Revision 5dc7cec8

Added by Andreas Kohlbecker over 7 years ago

ref #6206 cleaning up - removing commented section

View differences:

pom.xml
133 133
        </executions>
134 134
      </plugin>
135 135
        -->
136
        <!-- 
137
      <plugin>
138
        <groupId>org.apache.maven.plugins</groupId>
139
        <artifactId>maven-dependency-plugin</artifactId>
140
        <version>2.10</version>
141
        <executions>
142
          <execution>
143
            <id>unpack</id>
144
            <phase>prepare-package</phase>
145
            <goals>
146
              <goal>unpack</goal>
147
            </goals>
148
            <configuration>
149
              <artifactItems>
150
                <artifactItem>
151
                  <groupId>eu.etaxonomy</groupId>
152
                  <artifactId>cdm-vaadin</artifactId>
153
                  <version>${cdm.vaadin.version}</version>
154
                  <type>war</type>
155
                  <overWrite>true</overWrite>
156
                  <outputDirectory>${project.build.directory}/dependency/cdm-vaadin</outputDirectory>
157
                  <excludes>META-INF/**,WEB-INF/classes/log4j.properties</excludes>
158
                </artifactItem>
159
                <artifactItem>
160
                  <groupId>eu.etaxonomy</groupId>
161
                  <artifactId>cdmlib-remote-webapp</artifactId>
162
                  <version>${cdmlib.version}</version>
163
                  <type>war</type>
164
                  <overWrite>true</overWrite>
165
                  <outputDirectory>${project.build.directory}/dependency/cdmlib-remote-webapp</outputDirectory>
166
                </artifactItem>
167
              </artifactItems>
168
              <overWriteReleases>false</overWriteReleases>
169
              <overWriteSnapshots>true</overWriteSnapshots>
170
            </configuration>
171
          </execution>
172
        </executions>
173
      </plugin>
174
       -->
175 136
      <plugin>
176 137
        <groupId>external.atlassian.jgitflow</groupId>
177 138
        <artifactId>jgitflow-maven-plugin</artifactId>
......
187 148
          <!-- 
188 149
                upgrading dependency jsch.agent.version of jgit-flow plugin to 0.1.53 
189 150
                in order have ssl key exchange algorithms compatible with openssh 6.7 
190
             -->
151
          -->
191 152
          <dependency>
192 153
            <groupId>com.jcraft</groupId>
193 154
            <artifactId>jsch</artifactId>

Also available in: Unified diff