„pom.xml“ ändern
This commit is contained in:
		
							parent
							
								
									74e4bd301c
								
							
						
					
					
						commit
						f7ada2997e
					
				
							
								
								
									
										35
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										35
									
								
								pom.xml
									
									
									
									
									
								
							@ -49,21 +49,28 @@
 | 
			
		||||
	      		<artifactId>maven-compiler-plugin</artifactId>
 | 
			
		||||
	      		<version>3.5.1</version>
 | 
			
		||||
	  		</plugin>
 | 
			
		||||
	 		<plugin>
 | 
			
		||||
	        	<groupId>org.apache.maven.plugins</groupId>
 | 
			
		||||
	        	<artifactId>maven-jar-plugin</artifactId>
 | 
			
		||||
	        	<configuration>
 | 
			
		||||
	          		<archive>
 | 
			
		||||
	            		<manifest>
 | 
			
		||||
	              			<addClasspath>true</addClasspath>
 | 
			
		||||
	              			<mainClass>com.greinet.tvtotalripper.ui.RipperWindow</mainClass>
 | 
			
		||||
	            		</manifest>
 | 
			
		||||
						<descriptorRefs>
 | 
			
		||||
							<descriptorRef>jar-with-dependencies</descriptorRef>
 | 
			
		||||
						</descriptorRefs>
 | 
			
		||||
			<plugin>
 | 
			
		||||
				<artifactId>maven-assembly-plugin</artifactId>
 | 
			
		||||
				<configuration>
 | 
			
		||||
					<archive>
 | 
			
		||||
					<manifest>
 | 
			
		||||
						<mainClass>com.greinet.tvtotalripper.ui.RipperWindow</mainClass>
 | 
			
		||||
					</manifest>
 | 
			
		||||
					</archive>
 | 
			
		||||
        		</configuration>
 | 
			
		||||
	      	</plugin>
 | 
			
		||||
					<descriptorRefs>
 | 
			
		||||
					<descriptorRef>jar-with-dependencies</descriptorRef>
 | 
			
		||||
					</descriptorRefs>
 | 
			
		||||
				</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>
 | 
			
		||||
			   <artifactId>maven-deploy-plugin</artifactId>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user