|
1073 | 1073 |
|
1074 | 1074 | <build> |
1075 | 1075 | <finalName>${project.artifactId}</finalName> |
1076 | | - <defaultGoal>clean package spring-boot:run</defaultGoal> |
| 1076 | + <defaultGoal>clean install spring-boot:run</defaultGoal> |
1077 | 1077 | <pluginManagement> |
1078 | 1078 | <plugins> |
1079 | 1079 | <plugin> |
|
1297 | 1297 | <groupId>org.springframework.boot</groupId> |
1298 | 1298 | <artifactId>spring-boot-maven-plugin</artifactId> |
1299 | 1299 | <configuration> |
| 1300 | + <layout>JAR</layout> |
1300 | 1301 | <executable>true</executable> |
1301 | 1302 | <addResources>true</addResources> |
| 1303 | + <excludeGroupIds>org.eclipse.aether,antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby,com.vladsch.flexmark,org.apache.maven.doxia,org.codehaus.plexus,org.apache.maven.scm,io.netty,org.apache.groovy,org.eclipse.jetty,org.mockito,org.asciidoctor,com.github.jnr,org.apache.maven.surefire,org.apache.maven,net.sourceforge.saxon,net.sf.saxon,com.github.spotbugs,org.eclipse.jgit,org.apache.ant,org.apache.velocity,org.junit.jupiter,org.junit.platform,junit,org.mockito,net.sourceforge.pmd,org.eclipse.sisu,org.ow2.asmcom.fasterxml.jackson.module</excludeGroupIds> |
1302 | 1304 | <excludes> |
1303 | 1305 | <exclude> |
1304 | 1306 | <groupId>org.springframework.boot</groupId> |
1305 | 1307 | <artifactId>spring-boot-configuration-processor</artifactId> |
1306 | 1308 | </exclude> |
| 1309 | + <!-- |
| 1310 | + <exclude> |
| 1311 | + <groupId>org.springframework.boot</groupId> |
| 1312 | + <artifactId>spring-boot-configuration-processor</artifactId> |
| 1313 | + </exclude> |
| 1314 | + <excludeArtifactIds> |
| 1315 | + jboss-transaction-api_1.2_spec, |
| 1316 | + byte-buddy-agent,byte-buddy, |
| 1317 | + backport9,backport-util-concurrent, |
| 1318 | + spring-boot-configuration-processor, |
| 1319 | + spring-boot-devtools, |
| 1320 | + ganymed-ssh2,maven-toolchain, |
| 1321 | + weld-probe-core,antlr, |
| 1322 | + bsh,velocity-tools, |
| 1323 | + liquibase-core, |
| 1324 | + jruby-complete, |
| 1325 | + cdi-api, |
| 1326 | + lombok, |
| 1327 | + jcommander, |
| 1328 | + checkstyle, |
| 1329 | + plexus-build-api |
| 1330 | + </excludeArtifactIds> |
| 1331 | + --> |
1307 | 1332 | </excludes> |
1308 | 1333 | </configuration> |
1309 | 1334 | <executions> |
|
1346 | 1371 | <plugin> |
1347 | 1372 | <groupId>org.apache.maven.plugins</groupId> |
1348 | 1373 | <artifactId>maven-dependency-plugin</artifactId> |
| 1374 | + <configuration> |
| 1375 | + <includeScope>compile</includeScope> |
| 1376 | + <excludeTypes>maven-plugin</excludeTypes> |
| 1377 | + <excludeScope>test,provided</excludeScope> |
| 1378 | + <excludeGroupIds>org.eclipse.aether,antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby,com.vladsch.flexmark,org.apache.maven.doxia,org.codehaus.plexus,org.apache.maven.scm,io.netty,org.apache.groovy,org.eclipse.jetty,org.mockito,org.asciidoctor,com.github.jnr,org.apache.maven.surefire,org.apache.maven,net.sourceforge.saxon,net.sf.saxon,com.github.spotbugs,org.eclipse.jgit,org.apache.ant,org.apache.velocity,org.junit.jupiter,org.junit.platform,junit,org.mockito,net.sourceforge.pmd,org.eclipse.sisu,org.ow2.asmcom.fasterxml.jackson.module, </excludeGroupIds> |
| 1379 | + <excludeArtifactIds>jboss-transaction-api_1.2_spec,byte-buddy-agent,byte-buddy,backport9,backport-util-concurrent,spring-boot-configuration-processor,spring-boot-devtools,ganymed-ssh2,maven-toolchain,weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api,lombok,jcommander,checkstyle,plexus-build-api</excludeArtifactIds> |
| 1380 | + </configuration> |
1349 | 1381 | <executions> |
1350 | 1382 | <execution> |
1351 | 1383 | <id>copy-dependencies</id> |
1352 | 1384 | <phase>package</phase> |
1353 | 1385 | <goals> |
1354 | 1386 | <goal>copy-dependencies</goal> |
1355 | 1387 | </goals> |
1356 | | - <configuration> |
1357 | | - <includeScope>compile</includeScope> |
1358 | | - <excludeTypes>maven-plugin</excludeTypes> |
1359 | | - <excludeScope>test,provided</excludeScope> |
1360 | | - <excludeGroupIds>org.eclipse.aether,antlr,org.beanshell,org.apache.maven.plugins,org.apache.maven.scm,org.jruby,com.vladsch.flexmark,org.apache.maven.doxia,org.codehaus.plexus,org.apache.maven.scm,io.netty,org.apache.groovy,org.eclipse.jetty,org.mockito,org.asciidoctor,com.github.jnr,org.apache.maven.surefire,org.apache.maven,net.sourceforge.saxon,net.sf.saxon,com.github.spotbugs,org.eclipse.jgit,org.apache.ant,org.apache.velocity,org.junit.jupiter,org.junit.platform,junit,org.mockito,net.sourceforge.pmd,org.eclipse.sisu,org.ow2.asmcom.fasterxml.jackson.module, </excludeGroupIds> |
1361 | | - <excludeArtifactIds>jboss-transaction-api_1.2_spec,byte-buddy-agent,byte-buddy,backport9,backport-util-concurrent,spring-boot-configuration-processor,spring-boot-devtools,ganymed-ssh2,maven-toolchain,weld-probe-core,antlr,bsh,velocity-tools,liquibase-core,jruby-complete,cdi-api,lombok,jcommander,checkstyle,plexus-build-api</excludeArtifactIds> |
1362 | | - </configuration> |
1363 | 1388 | </execution> |
1364 | 1389 | </executions> |
1365 | 1390 | </plugin> |
|
1505 | 1530 | <groupId>org.springframework.boot</groupId> |
1506 | 1531 | <artifactId>spring-boot-maven-plugin</artifactId> |
1507 | 1532 | <inherited>true</inherited> |
1508 | | - <configuration> |
1509 | | - <addResources>true</addResources> |
1510 | | - <excludes> |
1511 | | - <exclude> |
1512 | | - <groupId>org.springframework.boot</groupId> |
1513 | | - <artifactId>spring-boot-configuration-processor</artifactId> |
1514 | | - </exclude> |
1515 | | - </excludes> |
1516 | | - </configuration> |
1517 | 1533 | </plugin> |
1518 | 1534 | <plugin> |
1519 | 1535 | <groupId>com.dkanejs.maven.plugins</groupId> |
|
1525 | 1541 | <removeImages>${docker-compose-maven-plugin.removeImages}</removeImages> |
1526 | 1542 | <removeVolumes>true</removeVolumes> |
1527 | 1543 | <ignorePullFailures>true</ignorePullFailures> |
1528 | | - <detachedMode>true</detachedMode> |
1529 | | - </configuration> |
| 1544 | + <detachedMode>true</detachedMode> </configuration> |
1530 | 1545 | </plugin> |
1531 | 1546 | <plugin> |
1532 | 1547 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments