Removed files that came from forked repo and not needed in this one.
[javainspect.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0a9bf25..755138e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
                         <configuration>
                             <transformers>
                                 <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
-                                    <mainClass>eu.svjatoslav.inspector.java.Main</mainClass>
+                                    <mainClass>eu.svjatoslav.inspector.java.commandline.Main</mainClass>
                                 </transformer>
                             </transformers>
                         </configuration>