Skip to content

Commit

Permalink
fix path to main class
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann authored Jul 8, 2016
1 parent 7092de7 commit fe04e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JobProxyServerCLI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>de.unibi.cebitec.bibiserv.jobproxy.model.cli.CLI</mainClass>
<mainClass>de.unibi.cebitec.bibiserv.jobproxy.server.cli.CLI</mainClass>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
Expand Down Expand Up @@ -99,4 +99,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit fe04e11

Please sign in to comment.