Skip to content

Commit

Permalink
remove currently not required plugins from ditto-services-models-auth…
Browse files Browse the repository at this point in the history
…orization

Signed-off-by: Daniel Fesenmeyer <daniel.fesenmeyer@bosch-si.com>
  • Loading branch information
danielFesenmeyer committed Mar 20, 2018
1 parent 33f836c commit 22d1fc1
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions services/models/authorization/pom.xml
Expand Up @@ -21,28 +21,11 @@
</parent>

<artifactId>ditto-services-models-authorization</artifactId>
<packaging>bundle</packaging>
<packaging>jar</packaging>
<name>Eclipse Ditto :: Services :: Models :: Authorization</name>

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Import-Package>
!org.eclipse.ditto.utils.jsr305.annotations,
org.eclipse.ditto.*
</Import-Package>
<Export-Package>
org.eclipse.ditto.services.models.policies.*
</Export-Package>
</instructions>
</configuration>
</plugin>

<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
Expand Down Expand Up @@ -82,25 +65,6 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<id>produce-json-examples</id>
<configuration>
<mainClass>org.eclipse.ditto.services.models.policies.CommandAndEventJsonExamplesProducer</mainClass>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit 22d1fc1

Please sign in to comment.