Subversion Repositories Integrator Subversion

Rev

Rev 760 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 760 Rev 771
Line 446... Line 446...
446
                                <configuration>
446
                                <configuration>
447
                                        <contextFile>${tomcat.contextFile}</contextFile>
447
                                        <contextFile>${tomcat.contextFile}</contextFile>
448
                                        <port>8083</port>
448
                                        <port>8083</port>
449
                                </configuration>
449
                                </configuration>
450
                        </plugin>
450
                        </plugin>
-
 
451
                       
-
 
452
                        <!--
-
 
453
                        <plugin>
-
 
454
                                <groupId>org.apache.maven.plugins</groupId>
-
 
455
                        <artifactId>maven-assembly-plugin</artifactId>
-
 
456
                        <version>3.3.0</version>
-
 
457
                        <configuration>
-
 
458
                        <descriptorRefs>
-
 
459
                                <descriptorRef>jar-with-dependencies</descriptorRef>
-
 
460
                        </descriptorRefs>
-
 
461
                        <archive>
-
 
462
                                <manifest>
-
 
463
                                        <mainClass>br.com.kronus.app.MainKronusGatilho</mainClass>
-
 
464
                                </manifest>
-
 
465
                        </archive>
-
 
466
                        </configuration>
-
 
467
                        <executions>
-
 
468
                        <execution>
-
 
469
                                <phase>package</phase>
-
 
470
                                <goals>
-
 
471
                                        <goal>single</goal>
-
 
472
                                </goals>
-
 
473
                        </execution>
-
 
474
                        </executions>
-
 
475
                </plugin>
-
 
476
                        -->
451
                       
477
                       
452
                        <!-- 
478
                        <!-- 
453
                <plugin>  
479
                <plugin>  
454
                    <groupId>org.apache.maven.plugins</groupId>  
480
                    <groupId>org.apache.maven.plugins</groupId>  
455
                    <artifactId>maven-war-plugin</artifactId>  
481
                    <artifactId>maven-war-plugin</artifactId>