Commit 5557a7f5994349a6ea554f92ba606d7e7761f196
1 parent
875576d5
Exists in
master
Removendo o experimento com o Eclipse Maven Plugin
Showing
2 changed files
with
2 additions
and
17 deletions
Show diff stats
parent/framework/pom.xml
| ... | ... | @@ -56,16 +56,6 @@ |
| 56 | 56 | </description> |
| 57 | 57 | <url>http://www.frameworkdemoiselle.gov.br</url> |
| 58 | 58 | |
| 59 | - <build> | |
| 60 | - <plugins> | |
| 61 | - <plugin> | |
| 62 | - <groupId>org.apache.maven.plugins</groupId> | |
| 63 | - <artifactId>maven-eclipse-plugin</artifactId> | |
| 64 | - <version>2.9</version> | |
| 65 | - </plugin> | |
| 66 | - </plugins> | |
| 67 | - </build> | |
| 68 | - | |
| 69 | 59 | <licenses> |
| 70 | 60 | <license> |
| 71 | 61 | <name>GNU Lesser General Public License, Version 3</name> | ... | ... |
pom.xml
| ... | ... | @@ -94,11 +94,6 @@ |
| 94 | 94 | <skip>true</skip> |
| 95 | 95 | </configuration> |
| 96 | 96 | </plugin> |
| 97 | - <plugin> | |
| 98 | - <groupId>org.apache.maven.plugins</groupId> | |
| 99 | - <artifactId>maven-eclipse-plugin</artifactId> | |
| 100 | - <version>2.9</version> | |
| 101 | - </plugin> | |
| 102 | 97 | </plugins> |
| 103 | 98 | </build> |
| 104 | 99 | |
| ... | ... | @@ -106,8 +101,8 @@ |
| 106 | 101 | <connection>scm:git:git@github.com:demoiselle/${project.alias}.git</connection> |
| 107 | 102 | <developerConnection>scm:git:git@github.com:demoiselle/${project.alias}.git</developerConnection> |
| 108 | 103 | <url>http://github.com/demoiselle/${project.alias}</url> |
| 109 | - <tag>HEAD</tag> | |
| 110 | - </scm> | |
| 104 | + <tag>HEAD</tag> | |
| 105 | + </scm> | |
| 111 | 106 | |
| 112 | 107 | <repositories> |
| 113 | 108 | <repository> | ... | ... |