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,16 +56,6 @@ | ||
56 | </description> | 56 | </description> |
57 | <url>http://www.frameworkdemoiselle.gov.br</url> | 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 | <licenses> | 59 | <licenses> |
70 | <license> | 60 | <license> |
71 | <name>GNU Lesser General Public License, Version 3</name> | 61 | <name>GNU Lesser General Public License, Version 3</name> |
pom.xml
@@ -94,11 +94,6 @@ | @@ -94,11 +94,6 @@ | ||
94 | <skip>true</skip> | 94 | <skip>true</skip> |
95 | </configuration> | 95 | </configuration> |
96 | </plugin> | 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 | </plugins> | 97 | </plugins> |
103 | </build> | 98 | </build> |
104 | 99 | ||
@@ -106,8 +101,8 @@ | @@ -106,8 +101,8 @@ | ||
106 | <connection>scm:git:git@github.com:demoiselle/${project.alias}.git</connection> | 101 | <connection>scm:git:git@github.com:demoiselle/${project.alias}.git</connection> |
107 | <developerConnection>scm:git:git@github.com:demoiselle/${project.alias}.git</developerConnection> | 102 | <developerConnection>scm:git:git@github.com:demoiselle/${project.alias}.git</developerConnection> |
108 | <url>http://github.com/demoiselle/${project.alias}</url> | 103 | <url>http://github.com/demoiselle/${project.alias}</url> |
109 | - <tag>HEAD</tag> | ||
110 | - </scm> | 104 | + <tag>HEAD</tag> |
105 | + </scm> | ||
111 | 106 | ||
112 | <repositories> | 107 | <repositories> |
113 | <repository> | 108 | <repository> |