Changeset 7238


Ignore:
Timestamp:
12/20/21 10:47:47 (2 years ago)
Author:
Oliver Schonefeld
Message:
  • disable jar and assembly plugin
  • update maven deploy plugin version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FCS-QL/trunk/pom.xml

    r7237 r7238  
    8989    <build>
    9090        <plugins>
     91            <!--
    9192            <plugin>
    9293                    <artifactId>maven-jar-plugin</artifactId>
     
    100101                        <descriptorRef>jar-with-dependencies</descriptorRef>
    101102                      </descriptorRefs>
    102                       <!-- outputDirectory>java/lib</outputDirectory -->
     103                      <!- - outputDirectory>java/lib</outputDirectory - ->
    103104                    </configuration>
    104105                    <executions>
     
    112113                    </executions>
    113114            </plugin>
     115            -->
    114116
    115117            <plugin>
     
    167169                <groupId>org.apache.maven.plugins</groupId>
    168170                <artifactId>maven-deploy-plugin</artifactId>
    169                 <version>2.6</version>
    170                 <configuration>
    171                     <uniqueVersion>false</uniqueVersion>
    172                 </configuration>
     171                <version>2.8.2</version>
    173172            </plugin>
    174173        </plugins>
Note: See TracChangeset for help on using the changeset viewer.