[#1440] Add top-level pom.xml for jooq-parent artefact (GitHub Issue
#14) - Fixed some issues
This commit is contained in:
parent
7d5a66bff8
commit
a3429bf5be
25
pom.xml
25
pom.xml
@ -139,11 +139,6 @@
|
||||
<defaultGoal>deploy</defaultGoal>
|
||||
<finalName>${project.artifactId}-${project.version}</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
@ -200,10 +195,28 @@
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<!-- The release profile is used only for releasing jOOQ to
|
||||
the Sonatype Maven repository or to Maven central
|
||||
lengthy or annoying operations for everyday use by users
|
||||
building jOOQ themselves are put here -->
|
||||
<profile>
|
||||
<id>javadoc</id>
|
||||
<id>release</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>sign-artifacts</id>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>sign</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<inherited>true</inherited>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user