Last active
          January 31, 2017 01:26 
        
      - 
      
- 
        Save HashRaygoza/ecd44de1bd40ebf298a55d3b076c32f9 to your computer and use it in GitHub Desktop. 
    Plugins Maven
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <plugins> | |
| <plugin> | |
| <artifactId>maven-assembly-plugin</artifactId> | |
| <version>3.0.0</version> | |
| <configuration> | |
| <descriptorRefs> | |
| <descriptorRef>jar-with-dependencies</descriptorRef> | |
| </descriptorRefs> | |
| <archive> | |
| <manifest> | |
| <mainClass>clasePrincipal</mainClass> | |
| </manifest> | |
| </archive> | |
| </configuration> | |
| <executions> | |
| <execution> | |
| <id>make-assembly</id> | |
| <phase>package</phase> | |
| <goals> | |
| <goal>single</goal> | |
| </goals> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| </plugins> | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment