„pom.xml“ ändern
This commit is contained in:
		
							parent
							
								
									74e4bd301c
								
							
						
					
					
						commit
						f7ada2997e
					
				
							
								
								
									
										15
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								pom.xml
									
									
									
									
									
								
							@ -50,19 +50,26 @@
 | 
				
			|||||||
	      		<version>3.5.1</version>
 | 
						      		<version>3.5.1</version>
 | 
				
			||||||
	  		</plugin>
 | 
						  		</plugin>
 | 
				
			||||||
			<plugin>
 | 
								<plugin>
 | 
				
			||||||
	        	<groupId>org.apache.maven.plugins</groupId>
 | 
									<artifactId>maven-assembly-plugin</artifactId>
 | 
				
			||||||
	        	<artifactId>maven-jar-plugin</artifactId>
 | 
					 | 
				
			||||||
				<configuration>
 | 
									<configuration>
 | 
				
			||||||
					<archive>
 | 
										<archive>
 | 
				
			||||||
					<manifest>
 | 
										<manifest>
 | 
				
			||||||
	              			<addClasspath>true</addClasspath>
 | 
					 | 
				
			||||||
						<mainClass>com.greinet.tvtotalripper.ui.RipperWindow</mainClass>
 | 
											<mainClass>com.greinet.tvtotalripper.ui.RipperWindow</mainClass>
 | 
				
			||||||
					</manifest>
 | 
										</manifest>
 | 
				
			||||||
 | 
										</archive>
 | 
				
			||||||
					<descriptorRefs>
 | 
										<descriptorRefs>
 | 
				
			||||||
					<descriptorRef>jar-with-dependencies</descriptorRef>
 | 
										<descriptorRef>jar-with-dependencies</descriptorRef>
 | 
				
			||||||
					</descriptorRefs>
 | 
										</descriptorRefs>
 | 
				
			||||||
					</archive>
 | 
					 | 
				
			||||||
				</configuration>
 | 
									</configuration>
 | 
				
			||||||
 | 
									<executions>
 | 
				
			||||||
 | 
										<execution>
 | 
				
			||||||
 | 
										<id>make-assembly</id> <!-- this is used for inheritance merges -->
 | 
				
			||||||
 | 
										<phase>package</phase> <!-- bind to the packaging phase -->
 | 
				
			||||||
 | 
										<goals>
 | 
				
			||||||
 | 
											<goal>single</goal>
 | 
				
			||||||
 | 
										</goals>
 | 
				
			||||||
 | 
										</execution>
 | 
				
			||||||
 | 
									</executions>
 | 
				
			||||||
				</plugin>
 | 
									</plugin>
 | 
				
			||||||
			<plugin>
 | 
								<plugin>
 | 
				
			||||||
			   <groupId>org.apache.maven.plugins</groupId>
 | 
								   <groupId>org.apache.maven.plugins</groupId>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user