Bael 5249 cleanup (#4108)
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module * [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
3998fff6a5
commit
f2128ad054
@@ -1,139 +1,139 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<!-- Spring IO Platform is the parent of the generated application to be able to
|
||||
use Spring Boot and all its default configuration -->
|
||||
<parent>
|
||||
<groupId>io.spring.platform</groupId>
|
||||
<artifactId>platform-bom</artifactId>
|
||||
<version>Athens-RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>roo</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<name>roo</name>
|
||||
<!-- Spring IO Platform is the parent of the generated application to be able to
|
||||
use Spring Boot and all its default configuration -->
|
||||
<parent>
|
||||
<groupId>io.spring.platform</groupId>
|
||||
<artifactId>platform-bom</artifactId>
|
||||
<version>Athens-RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>roo</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<name>roo</name>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<roo.version>2.0.0.RC1</roo.version>
|
||||
<java.product.version>8</java.product.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<aspectj.plugin.version>1.8</aspectj.plugin.version>
|
||||
<asciidoclet.version>1.5.4</asciidoclet.version>
|
||||
<spring-boot.version>1.4.1.RELEASE</spring-boot.version>
|
||||
<java.version>1.8</java.version>
|
||||
<springlets.version>1.2.0.RC1</springlets.version>
|
||||
<tracee.version>1.1.2</tracee.version>
|
||||
<thymeleaf.version>3.0.0.RELEASE</thymeleaf.version>
|
||||
<thymeleaf-layout-dialect.version>2.0.0</thymeleaf-layout-dialect.version>
|
||||
<thymeleaf-data-dialect.version>2.0.1</thymeleaf-data-dialect.version>
|
||||
<dynamicjasper.version>5.0.11</dynamicjasper.version>
|
||||
<dynamicjasper-fonts.version>1.0</dynamicjasper-fonts.version>
|
||||
<bootstrap.version>3.3.6</bootstrap.version>
|
||||
<datatables.version>1.10.12</datatables.version>
|
||||
<datatables-bs.version>1.10.11</datatables-bs.version>
|
||||
<datatables-buttons.version>1.1.2</datatables-buttons.version>
|
||||
<datatables-buttons-bs.version>1.1.2</datatables-buttons-bs.version>
|
||||
<datatables-responsive.version>2.0.2</datatables-responsive.version>
|
||||
<datatables-responsive-bs.version>2.0.2</datatables-responsive-bs.version>
|
||||
<datatables-select.version>1.1.2</datatables-select.version>
|
||||
<datatables-select-bs.version>1.1.2</datatables-select-bs.version>
|
||||
<datatables-checkboxes.version>1.1.2</datatables-checkboxes.version>
|
||||
<datatables-mark.version>2.0.0</datatables-mark.version>
|
||||
<datetimepicker.version>2.5.4</datetimepicker.version>
|
||||
<fontawesome.version>4.6.2</fontawesome.version>
|
||||
<jquery.version>1.12.3</jquery.version>
|
||||
<jquery-inputmask.version>3.3.1</jquery-inputmask.version>
|
||||
<jquery-validation.version>1.15.0</jquery-validation.version>
|
||||
<momentjs.version>2.13.0</momentjs.version>
|
||||
<select2.version>4.0.3</select2.version>
|
||||
<select2-bootstrap-theme.version>0.1.0-beta.7</select2-bootstrap-theme.version>
|
||||
<respond.version>1.4.2</respond.version>
|
||||
<html5shiv.version>3.7.3</html5shiv.version>
|
||||
<bootstrap.ie10-viewport-bug-workaround.version>1.0.3</bootstrap.ie10-viewport-bug-workaround.version>
|
||||
<properties>
|
||||
<roo.version>2.0.0.RC1</roo.version>
|
||||
<java.product.version>8</java.product.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<aspectj.plugin.version>1.8</aspectj.plugin.version>
|
||||
<asciidoclet.version>1.5.4</asciidoclet.version>
|
||||
<spring-boot.version>1.4.1.RELEASE</spring-boot.version>
|
||||
<java.version>1.8</java.version>
|
||||
<springlets.version>1.2.0.RC1</springlets.version>
|
||||
<tracee.version>1.1.2</tracee.version>
|
||||
<thymeleaf.version>3.0.0.RELEASE</thymeleaf.version>
|
||||
<thymeleaf-layout-dialect.version>2.0.0</thymeleaf-layout-dialect.version>
|
||||
<thymeleaf-data-dialect.version>2.0.1</thymeleaf-data-dialect.version>
|
||||
<dynamicjasper.version>5.0.11</dynamicjasper.version>
|
||||
<dynamicjasper-fonts.version>1.0</dynamicjasper-fonts.version>
|
||||
<bootstrap.version>3.3.6</bootstrap.version>
|
||||
<datatables.version>1.10.12</datatables.version>
|
||||
<datatables-bs.version>1.10.11</datatables-bs.version>
|
||||
<datatables-buttons.version>1.1.2</datatables-buttons.version>
|
||||
<datatables-buttons-bs.version>1.1.2</datatables-buttons-bs.version>
|
||||
<datatables-responsive.version>2.0.2</datatables-responsive.version>
|
||||
<datatables-responsive-bs.version>2.0.2</datatables-responsive-bs.version>
|
||||
<datatables-select.version>1.1.2</datatables-select.version>
|
||||
<datatables-select-bs.version>1.1.2</datatables-select-bs.version>
|
||||
<datatables-checkboxes.version>1.1.2</datatables-checkboxes.version>
|
||||
<datatables-mark.version>2.0.0</datatables-mark.version>
|
||||
<datetimepicker.version>2.5.4</datetimepicker.version>
|
||||
<fontawesome.version>4.6.2</fontawesome.version>
|
||||
<jquery.version>1.12.3</jquery.version>
|
||||
<jquery-inputmask.version>3.3.1</jquery-inputmask.version>
|
||||
<jquery-validation.version>1.15.0</jquery-validation.version>
|
||||
<momentjs.version>2.13.0</momentjs.version>
|
||||
<select2.version>4.0.3</select2.version>
|
||||
<select2-bootstrap-theme.version>0.1.0-beta.7</select2-bootstrap-theme.version>
|
||||
<respond.version>1.4.2</respond.version>
|
||||
<html5shiv.version>3.7.3</html5shiv.version>
|
||||
<bootstrap.ie10-viewport-bug-workaround.version>1.0.3</bootstrap.ie10-viewport-bug-workaround.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<!-- Maven Snapshots Repository -->
|
||||
<repository>
|
||||
<id>maven-snapshot-repository</id>
|
||||
<name>Maven Snapshot Repository</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<!-- Spring Roo repository -->
|
||||
<repository>
|
||||
<id>spring-roo-repository</id>
|
||||
<name>Spring Roo Repository</name>
|
||||
<url>http://repo.spring.io/spring-roo</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<repositories>
|
||||
<!-- Maven Snapshots Repository -->
|
||||
<repository>
|
||||
<id>maven-snapshot-repository</id>
|
||||
<name>Maven Snapshot Repository</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<!-- Spring Roo repository -->
|
||||
<repository>
|
||||
<id>spring-roo-repository</id>
|
||||
<name>Spring Roo Repository</name>
|
||||
<url>http://repo.spring.io/spring-roo</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
<!-- Spring Roo annotations -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.roo</groupId>
|
||||
<artifactId>org.springframework.roo.annotations</artifactId>
|
||||
<version>${roo.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- Spring Roo annotations -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.roo</groupId>
|
||||
<artifactId>org.springframework.roo.annotations</artifactId>
|
||||
<version>${roo.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>io.springlets</groupId>
|
||||
<artifactId>springlets-data-jpa</artifactId>
|
||||
<version>${springlets.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>io.springlets</groupId>
|
||||
<artifactId>springlets-data-commons</artifactId>
|
||||
<version>${springlets.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>io.springlets</groupId>
|
||||
<artifactId>springlets-context</artifactId>
|
||||
<version>${springlets.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.roo</groupId>
|
||||
<artifactId>org.springframework.roo.querydsl.processor</artifactId>
|
||||
<version>2.0.0.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>io.tracee.binding</groupId>
|
||||
<artifactId>tracee-springmvc</artifactId>
|
||||
<version>${tracee.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>io.springlets</groupId>
|
||||
<artifactId>springlets-boot-starter-web</artifactId>
|
||||
<version>${springlets.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.mxab.thymeleaf.extras</groupId>
|
||||
<artifactId>thymeleaf-extras-data-attribute</artifactId>
|
||||
<version>${thymeleaf-data-dialect.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>ar.com.fdvs</groupId>
|
||||
<artifactId>DynamicJasper</artifactId>
|
||||
<version>${dynamicjasper.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>ar.com.fdvs</groupId>
|
||||
<artifactId>DynamicJasper-core-fonts</artifactId>
|
||||
<version>${dynamicjasper-fonts.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>org.webjars.bower</groupId>
|
||||
<artifactId>bootstrap</artifactId>
|
||||
<version>${bootstrap.version}</version>
|
||||
@@ -260,54 +260,54 @@
|
||||
<version>${bootstrap.ie10-viewport-bug-workaround.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
<!-- Spring Boot starters -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependencies>
|
||||
<!-- Spring Boot starters -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-devtools</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-devtools</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<!-- Spring Roo annotations -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.roo</groupId>
|
||||
<artifactId>org.springframework.roo.annotations</artifactId>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
<!-- Spring Roo annotations -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.roo</groupId>
|
||||
<artifactId>org.springframework.roo.annotations</artifactId>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
|
||||
<!-- AspectJ dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjrt</artifactId>
|
||||
</dependency>
|
||||
<!-- AspectJ dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjrt</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Common Dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
</dependency>
|
||||
<!-- Common Dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Test utils dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
</dependency>
|
||||
<!-- Test utils dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Dependencies added by Spring Roo -->
|
||||
<!-- Dependencies added by Spring Roo -->
|
||||
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||
</dependency>
|
||||
@@ -321,75 +321,75 @@
|
||||
<artifactId>hsqldb</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>io.springlets</groupId>
|
||||
<artifactId>springlets-data-jpa</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>io.springlets</groupId>
|
||||
<artifactId>springlets-data-commons</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>io.springlets</groupId>
|
||||
<artifactId>springlets-context</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>javax.validation</groupId>
|
||||
<artifactId>validation-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>com.querydsl</groupId>
|
||||
<artifactId>querydsl-jpa</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.roo</groupId>
|
||||
<artifactId>org.springframework.roo.querydsl.processor</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>io.tracee.binding</groupId>
|
||||
<artifactId>tracee-springmvc</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>io.springlets</groupId>
|
||||
<artifactId>springlets-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>nz.net.ultraq.thymeleaf</groupId>
|
||||
<artifactId>thymeleaf-layout-dialect</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.mxab.thymeleaf.extras</groupId>
|
||||
<artifactId>thymeleaf-extras-data-attribute</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>ar.com.fdvs</groupId>
|
||||
<artifactId>DynamicJasper</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>ar.com.fdvs</groupId>
|
||||
<artifactId>DynamicJasper-core-fonts</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-support</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>org.webjars</groupId>
|
||||
<artifactId>webjars-locator</artifactId>
|
||||
</dependency>
|
||||
@@ -483,109 +483,109 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<build>
|
||||
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<mainClass>${start-class}</mainClass>
|
||||
<classifier>exec</classifier>
|
||||
<excludeDevtools>true</excludeDevtools>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- Compiler plugin -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.7.0</version>
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<useIncrementalCompilation>false</useIncrementalCompilation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- AspectJ plugins -->
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>aspectj-maven-plugin</artifactId>
|
||||
<version>${aspectj.plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
<Xlint>ignore</Xlint>
|
||||
<complianceLevel>${java.version}</complianceLevel>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>process-sources</phase>
|
||||
<goals>
|
||||
<goal>compile</goal>
|
||||
<goal>test-compile</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjtools</artifactId>
|
||||
<version>${aspectj.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<!-- Surefire plugin configuration -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>**/*_Roo_*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- Asciidoclet plugin -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration>
|
||||
<additionalparam>
|
||||
--base-dir ${project.basedir}
|
||||
--attribute
|
||||
"projectName=${project.name}"
|
||||
--attribute
|
||||
"projectVersion=${project.version}"
|
||||
--attribute "doctype=book"
|
||||
</additionalparam>
|
||||
<dependencySourceIncludes>
|
||||
<dependencySourceInclude>${project.groupId}:*</dependencySourceInclude>
|
||||
</dependencySourceIncludes>
|
||||
<doclet>org.asciidoctor.Asciidoclet</doclet>
|
||||
<docletArtifact>
|
||||
<groupId>org.asciidoctor</groupId>
|
||||
<artifactId>asciidoclet</artifactId>
|
||||
<version>${asciidoclet.version}</version>
|
||||
</docletArtifact>
|
||||
<includeDependencySources>true</includeDependencySources>
|
||||
<linksource>true</linksource>
|
||||
<links>
|
||||
<link>http://docs.oracle.com/javase/${java.version}/docs/api/</link>
|
||||
<link>http://docs.oracle.com/javaee/${java.product.version}/api/</link>
|
||||
<link>http://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/</link>
|
||||
<link>http://docs.spring.io/spring-boot/docs/${spring-boot.version}/api/</link>
|
||||
<link>http://fasterxml.github.io/jackson-core/javadoc/2.8/</link>
|
||||
<link>http://fasterxml.github.io/jackson-databind/javadoc/2.8</link>
|
||||
<link>http://cxf.apache.org/javadoc/latest-3.1.x/</link>
|
||||
</links>
|
||||
<overview>src/main/java/overview.adoc</overview>
|
||||
<show>private</show>
|
||||
<source>${java.version}</source>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<mainClass>${start-class}</mainClass>
|
||||
<classifier>exec</classifier>
|
||||
<excludeDevtools>true</excludeDevtools>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- Compiler plugin -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.7.0</version>
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<useIncrementalCompilation>false</useIncrementalCompilation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- AspectJ plugins -->
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>aspectj-maven-plugin</artifactId>
|
||||
<version>${aspectj.plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
<Xlint>ignore</Xlint>
|
||||
<complianceLevel>${java.version}</complianceLevel>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>process-sources</phase>
|
||||
<goals>
|
||||
<goal>compile</goal>
|
||||
<goal>test-compile</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjtools</artifactId>
|
||||
<version>${aspectj.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<!-- Surefire plugin configuration -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>**/*_Roo_*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- Asciidoclet plugin -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration>
|
||||
<additionalparam>
|
||||
--base-dir ${project.basedir}
|
||||
--attribute
|
||||
"projectName=${project.name}"
|
||||
--attribute
|
||||
"projectVersion=${project.version}"
|
||||
--attribute "doctype=book"
|
||||
</additionalparam>
|
||||
<dependencySourceIncludes>
|
||||
<dependencySourceInclude>${project.groupId}:*</dependencySourceInclude>
|
||||
</dependencySourceIncludes>
|
||||
<doclet>org.asciidoctor.Asciidoclet</doclet>
|
||||
<docletArtifact>
|
||||
<groupId>org.asciidoctor</groupId>
|
||||
<artifactId>asciidoclet</artifactId>
|
||||
<version>${asciidoclet.version}</version>
|
||||
</docletArtifact>
|
||||
<includeDependencySources>true</includeDependencySources>
|
||||
<linksource>true</linksource>
|
||||
<links>
|
||||
<link>http://docs.oracle.com/javase/${java.version}/docs/api/</link>
|
||||
<link>http://docs.oracle.com/javaee/${java.product.version}/api/</link>
|
||||
<link>http://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/</link>
|
||||
<link>http://docs.spring.io/spring-boot/docs/${spring-boot.version}/api/</link>
|
||||
<link>http://fasterxml.github.io/jackson-core/javadoc/2.8/</link>
|
||||
<link>http://fasterxml.github.io/jackson-databind/javadoc/2.8</link>
|
||||
<link>http://cxf.apache.org/javadoc/latest-3.1.x/</link>
|
||||
</links>
|
||||
<overview>src/main/java/overview.adoc</overview>
|
||||
<show>private</show>
|
||||
<source>${java.version}</source>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.mysema.maven</groupId>
|
||||
<artifactId>apt-maven-plugin</artifactId>
|
||||
<version>1.1.3</version>
|
||||
@@ -595,12 +595,12 @@
|
||||
<goal>process</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<outputDirectory>target/generated-sources/java</outputDirectory>
|
||||
<processors>
|
||||
<processor>org.springframework.roo.querydsl.processor.RooAnnotationProcessor
|
||||
</processor>
|
||||
</processors>
|
||||
</configuration>
|
||||
<outputDirectory>target/generated-sources/java</outputDirectory>
|
||||
<processors>
|
||||
<processor>org.springframework.roo.querydsl.processor.RooAnnotationProcessor
|
||||
</processor>
|
||||
</processors>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
<dependencies>
|
||||
@@ -612,34 +612,34 @@
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</pluginManagement>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>aspectj-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>aspectj-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.mysema.maven</groupId>
|
||||
<artifactId>apt-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user