maven-jar-plugin index false
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment