Commit 64522758 6452275878df0cbaf7b5af9d056dbcd515dd38fe by Denis Volobuev

maven-jar-plugin index false

1 parent 9d16a792
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 <groupId>com.burokrat</groupId> 5 <groupId>com.burokrat</groupId>
6 <artifactId>webnotifications</artifactId> 6 <artifactId>webnotifications</artifactId>
7 <packaging>jar</packaging> 7 <packaging>jar</packaging>
8 <version>1.0-SNAPSHOT</version> 8 <version>1.0</version>
9 <name>WebNotification Add-on</name> 9 <name>WebNotification Add-on</name>
10 10
11 <properties> 11 <properties>
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
111 <version>2.3.1</version> 111 <version>2.3.1</version>
112 <configuration> 112 <configuration>
113 <archive> 113 <archive>
114 <index>true</index> 114 <index>false</index>
115 <manifest> 115 <manifest>
116 <addClasspath>true</addClasspath> 116 <addClasspath>true</addClasspath>
117 <addDefaultImplementationEntries>true</addDefaultImplementationEntries> 117 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
......