forked from Coded/SIPRP
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							35 lines
						
					
					
						
							1.1 KiB
						
					
					
				
			
		
		
	
	
							35 lines
						
					
					
						
							1.1 KiB
						
					
					
				<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 | 
						|
  <modelVersion>4.0.0</modelVersion>
 | 
						|
  <groupId>SiprpWebFichasClinicas</groupId>
 | 
						|
  <artifactId>SiprpWebFichasClinicas</artifactId>
 | 
						|
  <version>0.0.1-SNAPSHOT</version>
 | 
						|
  <packaging>war</packaging>
 | 
						|
  <build>
 | 
						|
    <sourceDirectory>src</sourceDirectory>
 | 
						|
    <resources>
 | 
						|
      <resource>
 | 
						|
        <directory>src</directory>
 | 
						|
        <excludes>
 | 
						|
          <exclude>**/*.java</exclude>
 | 
						|
        </excludes>
 | 
						|
      </resource>
 | 
						|
    </resources>
 | 
						|
    <plugins>
 | 
						|
      <plugin>
 | 
						|
        <artifactId>maven-compiler-plugin</artifactId>
 | 
						|
        <version>3.1</version>
 | 
						|
        <configuration>
 | 
						|
          <source>1.6</source>
 | 
						|
          <target>1.6</target>
 | 
						|
        </configuration>
 | 
						|
      </plugin>
 | 
						|
      <plugin>
 | 
						|
        <artifactId>maven-war-plugin</artifactId>
 | 
						|
        <version>2.3</version>
 | 
						|
        <configuration>
 | 
						|
          <failOnMissingWebXml>false</failOnMissingWebXml>
 | 
						|
        </configuration>
 | 
						|
      </plugin>
 | 
						|
    </plugins>
 | 
						|
  </build>
 | 
						|
</project> |