„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>
 | 
			
		||||
	  		</plugin>
 | 
			
		||||
			<plugin>
 | 
			
		||||
	        	<groupId>org.apache.maven.plugins</groupId>
 | 
			
		||||
	        	<artifactId>maven-jar-plugin</artifactId>
 | 
			
		||||
				<artifactId>maven-assembly-plugin</artifactId>
 | 
			
		||||
				<configuration>
 | 
			
		||||
					<archive>
 | 
			
		||||
					<manifest>
 | 
			
		||||
	              			<addClasspath>true</addClasspath>
 | 
			
		||||
						<mainClass>com.greinet.tvtotalripper.ui.RipperWindow</mainClass>
 | 
			
		||||
					</manifest>
 | 
			
		||||
					</archive>
 | 
			
		||||
					<descriptorRefs>
 | 
			
		||||
					<descriptorRef>jar-with-dependencies</descriptorRef>
 | 
			
		||||
					</descriptorRefs>
 | 
			
		||||
					</archive>
 | 
			
		||||
				</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>
 | 
			
		||||
			   <groupId>org.apache.maven.plugins</groupId>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user