Skip to content

Commit

Permalink
Update parent pom and simplify build
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Mar 27, 2018
1 parent 8fba099 commit 4ffc0da
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-ext-parent</artifactId>
<version>30</version>
<version>34</version>
</parent>

<artifactId>vertx-bridge-common</artifactId>
Expand Down Expand Up @@ -66,7 +66,6 @@
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>generate-test-sources</id>
Expand All @@ -93,7 +92,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.12</version>
<executions>
<execution>
<id>add-test-source</id>
Expand All @@ -116,16 +114,8 @@
<id>default-jar</id>
<configuration>
<archive>
<!-- Generate a jar INDEX.LIST -->
<index>true</index>
<!-- A manifest containing the OSGi metadata has been generated using the maven-bundle-plugin -->
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<!-- Add the Maven coordinates in the manifest -->
<manifestEntries>
<Maven-Group-Id>${project.groupId}</Maven-Group-Id>
<Maven-Artifact-Id>${project.artifactId}</Maven-Artifact-Id>
<Maven-Version>${project.version}</Maven-Version>
</manifestEntries>
</archive>
</configuration>
</execution>
Expand Down

0 comments on commit 4ffc0da

Please sign in to comment.