ignore javadoc
This commit is contained in:
parent
9cf1ed5f3e
commit
d2d0e51044
4 changed files with 29 additions and 31 deletions
|
@ -1,31 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.faendir</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>0.9.1-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>message-generator-maven-plugin</module>
|
||||
<module>acrarium</module>
|
||||
</modules>
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com:F43nd1r/Acrarium.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:F43nd1r/Acrarium.git</developerConnection>
|
||||
<url>https://github.com/F43nd1r/Acrarium</url>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>2.5.3</version>
|
||||
<configuration>
|
||||
<autoVersionSubModules />
|
||||
<tagNameFormat>v@{project.version}</tagNameFormat>
|
||||
<releaseProfile>release</releaseProfile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
|
@ -240,6 +240,7 @@ project {
|
|||
plugin {
|
||||
groupId 'com.faendir'
|
||||
artifactId 'message-generator-maven-plugin'
|
||||
version '1.0-SNAPSHOT'
|
||||
executions {
|
||||
execution {
|
||||
goals 'generate'
|
||||
|
|
|
@ -33,6 +33,20 @@ project {
|
|||
}
|
||||
}
|
||||
}
|
||||
plugin {
|
||||
groupId 'org.apache.maven.plugins'
|
||||
artifactId 'maven-javadoc-plugin'
|
||||
version '3.1.1'
|
||||
executions {
|
||||
execution {
|
||||
id 'attach-javadocs'
|
||||
goals 'jar'
|
||||
configuration {
|
||||
additionalparam '-Xdoclint:none'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
14
pom.groovy
14
pom.groovy
|
@ -42,6 +42,20 @@ project {
|
|||
releaseProfile 'release'
|
||||
}
|
||||
}
|
||||
plugin {
|
||||
groupId 'org.apache.maven.plugins'
|
||||
artifactId 'maven-javadoc-plugin'
|
||||
version '3.1.1'
|
||||
executions {
|
||||
execution {
|
||||
id 'attach-javadocs'
|
||||
goals 'jar'
|
||||
configuration {
|
||||
additionalparam '-Xdoclint:none'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue