Rev 361 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 361 | Rev 416 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | <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">
|
1 | <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">
|
| 2 | <modelVersion>4.0.0</modelVersion> |
2 | <modelVersion>4.0.0</modelVersion> |
| 3 | <groupId>br.com.ec</groupId> |
3 | <groupId>br.com.ec</groupId> |
| 4 | <artifactId>espacocase</artifactId> |
4 | <artifactId>espacocase</artifactId> |
| 5 | <version>1.0.0-SNAPSHOT</version> |
5 | <version>1.0.0-SNAPSHOT</version> |
| - | 6 | <packaging>war</packaging> |
|
| 6 | 7 | ||
| 7 | <properties>
|
8 | <properties>
|
| 8 | <sourceEncoding>UTF-8</sourceEncoding> |
9 | <sourceEncoding>UTF-8</sourceEncoding> |
| 9 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
10 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 10 | 11 | ||
| Line 436... | Line 437... | ||
| 436 | </plugin>
|
437 | </plugin>
|
| 437 | </plugins>
|
438 | </plugins>
|
| 438 | </build>
|
439 | </build>
|
| 439 | </profile>
|
440 | </profile>
|
| 440 | </profiles>
|
441 | </profiles>
|
| 441 | <packaging>war</packaging> |
- | |
| 442 | </project>
|
442 | </project>
|