Skip to content

Commit bcefd66

Browse files
committed
work
1 parent ed736ba commit bcefd66

File tree

3 files changed

+3
-153
lines changed

3 files changed

+3
-153
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.2/apache-maven-3.6.2-bin.zip
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
1818
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar

pom.xml

Lines changed: 1 addition & 151 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
<properties>
7474
<java.version>11</java.version>
75-
<version.maven>3.6.2</version.maven>
75+
<version.maven>3.6.3</version.maven>
7676
<maven.compiler.source>${java.version}</maven.compiler.source>
7777
<maven.compiler.target>${java.version}</maven.compiler.target>
7878
<spring-boot.repackage.layout>JAR</spring-boot.repackage.layout>
@@ -1397,156 +1397,6 @@
13971397
<groupId>org.apache.maven.plugins</groupId>
13981398
<artifactId>maven-dependency-plugin</artifactId>
13991399
<executions>
1400-
<!--
1401-
<execution>
1402-
<id>unpack-dependency-classes-install</id>
1403-
<phase>pre-site</phase>
1404-
<goals>
1405-
<goal>resolve</goal>
1406-
<goal>collect</goal>
1407-
<goal>copy-dependencies</goal>
1408-
<goal>unpack-dependencies</goal>
1409-
</goals>
1410-
<configuration>
1411-
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
1412-
<overWriteReleases>true</overWriteReleases>
1413-
<overWriteSnapshots>true</overWriteSnapshots>
1414-
<outputFile>${project.build.outputDirectory}/classes/</outputFile>
1415-
<excludeTypes>pom,maven-plugin</excludeTypes>
1416-
<excludeGroupIds>antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby
1417-
</excludeGroupIds>
1418-
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete
1419-
</excludeArtifactIds>
1420-
</configuration>
1421-
</execution>
1422-
<execution>
1423-
<id>unpack-dependency-classes-deploy</id>
1424-
<phase>pre-site</phase>
1425-
<goals>
1426-
<goal>resolve</goal>
1427-
<goal>collect</goal>
1428-
<goal>copy-dependencies</goal>
1429-
<goal>unpack-dependencies</goal>
1430-
</goals>
1431-
<configuration>
1432-
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
1433-
<overWriteReleases>true</overWriteReleases>
1434-
<overWriteSnapshots>true</overWriteSnapshots>
1435-
<outputFile>${project.build.outputDirectory}/classes/</outputFile>
1436-
<excludeTypes>pom,maven-plugin</excludeTypes>
1437-
<excludeGroupIds>antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby
1438-
</excludeGroupIds>
1439-
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api
1440-
</excludeArtifactIds>
1441-
</configuration>
1442-
</execution>
1443-
<execution>
1444-
<id>unpack-dependencies-classpath</id>
1445-
<phase>site</phase>
1446-
<goals>
1447-
<goal>analyze-only</goal>
1448-
<goal>analyze-dep-mgt</goal>
1449-
<goal>analyze-report</goal>
1450-
<goal>sources</goal>
1451-
<goal>resolve</goal>
1452-
<goal>resolve-plugins</goal>
1453-
<goal>collect</goal>
1454-
<goal>copy-dependencies</goal>
1455-
<goal>unpack-dependencies</goal>
1456-
<goal>build-classpath</goal>
1457-
</goals>
1458-
<configuration>
1459-
<overWriteReleases>true</overWriteReleases>
1460-
<overWriteSnapshots>true</overWriteSnapshots>
1461-
<outputFile>${project.build.outputDirectory}/classpath.txt</outputFile>
1462-
<failOnWarning>false</failOnWarning>
1463-
<ignoreNonCompile>true</ignoreNonCompile>
1464-
<excludeTypes>pom</excludeTypes>
1465-
<excludeGroupIds>org.webjars,antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby
1466-
</excludeGroupIds>
1467-
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api
1468-
</excludeArtifactIds>
1469-
<ignoredDependencies>
1470-
<ignoredDependency>org.apache.maven.plugins:maven-surefire-plugin</ignoredDependency>
1471-
</ignoredDependencies>
1472-
<ignoredUsedUndeclaredDependencies>
1473-
<ignoredUsedUndeclaredDependency>org.apache.maven.plugins:maven-surefire-plugin
1474-
</ignoredUsedUndeclaredDependency>
1475-
</ignoredUsedUndeclaredDependencies>
1476-
<ignoredUnusedDeclaredDependencies>
1477-
<ignoredUnusedDeclaredDependency>org.apache.maven.plugins:maven-surefire-plugin
1478-
</ignoredUnusedDeclaredDependency>
1479-
</ignoredUnusedDeclaredDependencies>
1480-
</configuration>
1481-
</execution>
1482-
<execution>
1483-
<id>check-dependencies-1</id>
1484-
<phase>site</phase>
1485-
<goals>
1486-
<goal>list</goal>
1487-
<goal>list-repositories</goal>
1488-
<goal>properties</goal>
1489-
</goals>
1490-
</execution>
1491-
<execution>
1492-
<id>check-dependencies-2</id>
1493-
<phase>site</phase>
1494-
<goals>
1495-
<goal>analyze</goal>
1496-
<goal>analyze-dep-mgt</goal>
1497-
<goal>analyze-duplicate</goal>
1498-
<goal>analyze-report</goal>
1499-
</goals>
1500-
</execution>
1501-
<execution>
1502-
<id>check-dependencies-3</id>
1503-
<phase>site</phase>
1504-
<goals>
1505-
<goal>tree</goal>
1506-
</goals>
1507-
</execution>
1508-
1509-
<execution>
1510-
<id>report</id>
1511-
<phase>site</phase>
1512-
<configuration>
1513-
<excludeGroupIds>org.webjars</excludeGroupIds>
1514-
<excludeGroupIds>
1515-
org.webjars,org.jclouds,org.jboss.as,xml-resolver,commons-configuration,org.codehaus.plexus,commons-digester,junit,log4j,io.openliberty.features,antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby
1516-
</excludeGroupIds>
1517-
<excludeArtifactIds>
1518-
weld-probe-core,commons-configuration,jdk.tools,maven-antrun-plugin,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api
1519-
</excludeArtifactIds>
1520-
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
1521-
<reportSets>
1522-
<reportSet>
1523-
<reports>
1524-
<report>analyze-report</report>
1525-
</reports>
1526-
</reportSet>
1527-
</reportSets>
1528-
</configuration>
1529-
</execution>
1530-
1531-
<execution>
1532-
<id>get-dependency-sources</id>
1533-
<phase>site</phase>
1534-
<goals>
1535-
<goal>sources</goal>
1536-
<goal>resolve</goal>
1537-
<goal>resolve-plugins</goal>
1538-
<goal>collect</goal>
1539-
</goals>
1540-
<configuration>
1541-
<classifier>sources</classifier>
1542-
<excludeTypes>pom,maven-plugin</excludeTypes>
1543-
<excludeGroupIds>org.webjars,antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby
1544-
</excludeGroupIds>
1545-
<excludeArtifactIds>weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api
1546-
</excludeArtifactIds>
1547-
</configuration>
1548-
</execution>
1549-
-->
15501400
<execution>
15511401
<id>copy-dependencies</id>
15521402
<phase>package</phase>

system.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
java.runtime.version=11
2-
maven.version=3.6.2
2+
maven.version=3.6.3

0 commit comments

Comments
 (0)