File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1212
1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15+ <maven .javadoc.skip>true</maven .javadoc.skip>
1516 </properties >
1617
1718 <dependencies >
121122 <plugin >
122123 <groupId >org.apache.maven.plugins</groupId >
123124 <artifactId >maven-assembly-plugin</artifactId >
125+ <configuration >
126+ <archive >
127+ <manifest >
128+ <mainClass >com.test.MainClassName</mainClass >
129+ </manifest >
130+ </archive >
131+ <descriptorRefs >
132+ <descriptorRef >jar-with-dependencies</descriptorRef >
133+ </descriptorRefs >
134+ </configuration >
124135 <executions >
125136 <execution >
126- <phase >install</phase >
137+ <id >make-assembly</id >
138+ <phase >package</phase >
127139 <goals >
128140 <goal >single</goal >
129141 </goals >
130142 </execution >
131143 </executions >
132- <configuration >
133- <appendAssemblyId >false</appendAssemblyId >
134- <descriptors >
135- <descriptor >assembly-android.xml</descriptor >
136- </descriptors >
137- </configuration >
138144 </plugin >
139145 </plugins >
140146 </build >
You can’t perform that action at this time.
0 commit comments