Advertisement
Guest User

Untitled

a guest
Nov 29th, 2011
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.49 KB | None | 0 0
  1.             <plugin>
  2.                 <groupId>org.codehaus.mojo</groupId>
  3.                 <artifactId>tomcat-maven-plugin</artifactId>
  4.                 <configuration>
  5.                     <port>8080</port>
  6.                     <path>/mySimpleWebApp</path>
  7.                    
  8.                     <!-- <serverXml>src/main/webapp/META-INF/server.xml</serverXml> -->
  9.                    
  10.                 </configuration>
  11.                 <dependencies>
  12.                     <dependency>
  13.                         <groupId>mysql</groupId>
  14.                         <artifactId>mysql-connector-java</artifactId>
  15.                         <version>5.0.5</version>
  16.                     </dependency>
  17.                 </dependencies>
  18.             </plugin>
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement