Project

General

Profile

« Previous | Next » 

Revision 3efe2b9c

Added by Andreas Müller over 2 years ago

javadoc

View differences:

pom.xml
223 223
      <plugin>
224 224
        <groupId>org.apache.maven.plugins</groupId>
225 225
        <artifactId>maven-resources-plugin</artifactId>
226
        <!-- creates "compile" error in IDE in maven-dependency-plugin section (see below) since upgrading from 3.1.0 to 3.2.0 -->
226 227
        <version>3.2.0</version>
227 228
      </plugin>
228 229
      <plugin>
......
326 327
        <artifactId>maven-dependency-plugin</artifactId>
327 328
        <version>3.2.0</version>
328 329
        <executions>
330
          <!-- "compile" error in IDE since upgrading maven-resources-plugin from 3.1.0 to 3.2.0 (see above) -->
329 331
          <execution>
330 332
            <id>copy</id>
331 333
            <goals>

Also available in: Unified diff