-
Notifications
You must be signed in to change notification settings - Fork 4
profile added #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
profile added #13
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -66,9 +66,9 @@ | |
| <version>${maven.resources.plugin.version}</version> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <version>${maven.compiler.plugin.version}</version> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <version>${maven.compiler.plugin.version}</version> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
|
|
@@ -131,7 +131,7 @@ | |
| <version>${maven.javadoc.plugin.version}</version> | ||
| <configuration> | ||
| <!-- http://jira.codehaus.org/browse/MJAVADOC-308 --> | ||
| <!--<maxmemory>5048m</maxmemory>--> | ||
| <!--<maxmemory>5048m</maxmemory> --> | ||
| <notree>true</notree> | ||
| <show>protected</show> | ||
| <encoding>${project.reporting.outputEncoding}</encoding> | ||
|
|
@@ -222,7 +222,8 @@ | |
| <useMissingFile>true</useMissingFile> | ||
| <failOnMissing>true</failOnMissing> | ||
| <licenseMerges> | ||
| <licenseMerge>Apache Software License, Version 2.0|The Apache Software License, Version 2.0|Apache 2.0|Apache License, Version 2.0</licenseMerge> | ||
| <licenseMerge>Apache Software License, Version 2.0|The Apache Software License, Version 2.0|Apache | ||
| 2.0|Apache License, Version 2.0</licenseMerge> | ||
| </licenseMerges> | ||
| </configuration> | ||
| </plugin> | ||
|
|
@@ -270,14 +271,14 @@ | |
| </plugin> | ||
|
|
||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <configuration> | ||
| <encoding>${project.build.sourceEncoding}</encoding> | ||
| <source>${java.version}</source> | ||
| <target>${java.version}</target> | ||
| <fork>true</fork> | ||
| </configuration> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-compiler-plugin</artifactId> | ||
| <configuration> | ||
| <encoding>${project.build.sourceEncoding}</encoding> | ||
| <source>${java.version}</source> | ||
| <target>${java.version}</target> | ||
| <fork>true</fork> | ||
| </configuration> | ||
| </plugin> | ||
|
|
||
| <plugin> | ||
|
|
@@ -343,25 +344,6 @@ | |
| </configuration> | ||
| </plugin> | ||
|
|
||
| <!-- JaCoCo for test coverage --> | ||
| <plugin> | ||
| <groupId>org.jacoco</groupId> | ||
| <artifactId>jacoco-maven-plugin</artifactId> | ||
| <executions> | ||
| <execution> | ||
| <id>default-prepare-agent</id> | ||
| <goals> | ||
| <goal>prepare-agent</goal> | ||
| </goals> | ||
| </execution> | ||
| <execution> | ||
| <id>default-report</id> | ||
| <goals> | ||
| <goal>report</goal> | ||
| </goals> | ||
| </execution> | ||
| </executions> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-site-plugin</artifactId> | ||
|
|
@@ -437,10 +419,36 @@ | |
| </reportSet> | ||
| </reportSets> | ||
| </plugin> | ||
| </plugins> | ||
| </plugins> | ||
| </reporting> | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See review comment above, one empty line here between
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks @lmarniazman . All comments are fixed. |
||
| <profiles> | ||
| <!-- JaCoCo for test coverage --> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @hohwille Was this how you meant to include the |
||
| <profile> | ||
| <id>jacoco-report</id> | ||
| <build> | ||
| <plugins> | ||
| <plugin> | ||
| <groupId>org.jacoco</groupId> | ||
| <artifactId>jacoco-maven-plugin</artifactId> | ||
| <executions> | ||
| <execution> | ||
| <id>default-prepare-agent</id> | ||
| <goals> | ||
| <goal>prepare-agent</goal> | ||
| </goals> | ||
| </execution> | ||
| <execution> | ||
| <id>default-report</id> | ||
| <goals> | ||
| <goal>report</goal> | ||
| </goals> | ||
| </execution> | ||
| </executions> | ||
| </plugin> | ||
| </plugins> | ||
| </build> | ||
| </profile> | ||
| <profile> | ||
| <id>deploy</id> | ||
| <build> | ||
|
|
@@ -555,8 +563,8 @@ | |
| <releases> | ||
| <enabled>false</enabled> | ||
| </releases> | ||
| </repository> | ||
| </repositories> | ||
| </repository> | ||
| </repositories> | ||
| </profile> | ||
| </profiles> | ||
|
|
||
|
|
@@ -565,7 +573,8 @@ | |
| <url>https://github.com/${github.organization}/${github.repository}/issues</url> | ||
| </issueManagement> | ||
|
|
||
| <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false"> | ||
| <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" | ||
| child.scm.url.inherit.append.path="false"> | ||
| <connection>scm:git:https://github.com/${github.organization}/${github.repository}.git</connection> | ||
| <developerConnection>scm:git:https://github.com/${github.organization}/${github.repository}.git</developerConnection> | ||
| <url>https://github.com/${github.organization}/${github.repository}/tree/${github.default.branch}</url> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant that tags on the second level should have one line between them, tags on every other level should not. So if you coud add one empty line between 345-346 that would be great