Commit 849ac2bb40062b7eddba84d30478b1d36f9a7318
1 parent
5d990060
Exists in
master
Simplificação dos agregadores de build
Showing
5 changed files
with
68 additions
and
64 deletions
Show diff stats
archetype/pom.xml
... | ... | @@ -34,20 +34,16 @@ |
34 | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
35 | 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
36 | 36 | --> |
37 | -<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/maven-v4_0_0.xsd"> | |
37 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
38 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
38 | 39 | |
39 | 40 | <modelVersion>4.0.0</modelVersion> |
40 | 41 | |
42 | + <groupId>br.gov.frameworkdemoiselle</groupId> | |
41 | 43 | <artifactId>demoiselle-framework-archetype-build</artifactId> |
44 | + <version>2.2.1-SNAPSHOT</version> | |
42 | 45 | <packaging>pom</packaging> |
43 | 46 | |
44 | - <parent> | |
45 | - <groupId>br.gov.frameworkdemoiselle</groupId> | |
46 | - <artifactId>demoiselle-framework-parent</artifactId> | |
47 | - <version>2.2.1-SNAPSHOT</version> | |
48 | - <relativePath>../parent/framework/pom.xml</relativePath> | |
49 | - </parent> | |
50 | - | |
51 | 47 | <name>Archetypes Build Aggregator</name> |
52 | 48 | <description> |
53 | 49 | </description> |
... | ... | @@ -76,11 +72,16 @@ |
76 | 72 | </plugins> |
77 | 73 | </build> |
78 | 74 | |
79 | - <repositories> | |
75 | + <distributionManagement> | |
80 | 76 | <repository> |
81 | - <id>demoiselle.sourceforge.net</id> | |
82 | - <name>Demoiselle Maven Repository</name> | |
83 | - <url>http://demoiselle.sourceforge.net/repository/release</url> | |
77 | + <id /> | |
78 | + <name /> | |
79 | + <url /> | |
84 | 80 | </repository> |
85 | - </repositories> | |
81 | + <snapshotRepository> | |
82 | + <id /> | |
83 | + <name /> | |
84 | + <url /> | |
85 | + </snapshotRepository> | |
86 | + </distributionManagement> | |
86 | 87 | </project> | ... | ... |
documentation/pom.xml
... | ... | @@ -39,15 +39,10 @@ |
39 | 39 | |
40 | 40 | <modelVersion>4.0.0</modelVersion> |
41 | 41 | |
42 | + <groupId>br.gov.frameworkdemoiselle</groupId> | |
42 | 43 | <artifactId>demoiselle-framework-documentation-build</artifactId> |
43 | 44 | <packaging>pom</packaging> |
44 | - | |
45 | - <parent> | |
46 | - <groupId>br.gov.frameworkdemoiselle</groupId> | |
47 | - <artifactId>demoiselle-framework-parent</artifactId> | |
48 | - <version>2.2.1-SNAPSHOT</version> | |
49 | - <relativePath>../parent/framework/pom.xml</relativePath> | |
50 | - </parent> | |
45 | + <version>2.2.1-SNAPSHOT</version> | |
51 | 46 | |
52 | 47 | <name>Documentation Build Aggregator</name> |
53 | 48 | <description> |
... | ... | @@ -77,11 +72,16 @@ |
77 | 72 | </plugins> |
78 | 73 | </build> |
79 | 74 | |
80 | - <repositories> | |
75 | + <distributionManagement> | |
81 | 76 | <repository> |
82 | - <id>demoiselle.sourceforge.net</id> | |
83 | - <name>Demoiselle Maven Repository</name> | |
84 | - <url>http://demoiselle.sourceforge.net/repository/release</url> | |
77 | + <id /> | |
78 | + <name /> | |
79 | + <url /> | |
85 | 80 | </repository> |
86 | - </repositories> | |
81 | + <snapshotRepository> | |
82 | + <id /> | |
83 | + <name /> | |
84 | + <url /> | |
85 | + </snapshotRepository> | |
86 | + </distributionManagement> | |
87 | 87 | </project> | ... | ... |
impl/extension/pom.xml
... | ... | @@ -34,20 +34,16 @@ |
34 | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
35 | 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
36 | 36 | --> |
37 | -<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/maven-v4_0_0.xsd"> | |
37 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
38 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
38 | 39 | |
39 | 40 | <modelVersion>4.0.0</modelVersion> |
40 | 41 | |
42 | + <groupId>br.gov.frameworkdemoiselle</groupId> | |
41 | 43 | <artifactId>demoiselle-framework-extension-build</artifactId> |
44 | + <version>2.2.1-SNAPSHOT</version> | |
42 | 45 | <packaging>pom</packaging> |
43 | 46 | |
44 | - <parent> | |
45 | - <groupId>br.gov.frameworkdemoiselle</groupId> | |
46 | - <artifactId>demoiselle-framework-parent</artifactId> | |
47 | - <version>2.2.1-SNAPSHOT</version> | |
48 | - <relativePath>../../parent/framework/pom.xml</relativePath> | |
49 | - </parent> | |
50 | - | |
51 | 47 | <name>Extensions Build Aggregator</name> |
52 | 48 | <description>Demoiselle Extensions Build Aggregator (JPA, JSF, Swing)</description> |
53 | 49 | |
... | ... | @@ -77,11 +73,16 @@ |
77 | 73 | </plugins> |
78 | 74 | </build> |
79 | 75 | |
80 | - <repositories> | |
76 | + <distributionManagement> | |
81 | 77 | <repository> |
82 | - <id>demoiselle.sourceforge.net</id> | |
83 | - <name>Demoiselle Maven Repository</name> | |
84 | - <url>http://demoiselle.sourceforge.net/repository/release</url> | |
78 | + <id /> | |
79 | + <name /> | |
80 | + <url /> | |
85 | 81 | </repository> |
86 | - </repositories> | |
82 | + <snapshotRepository> | |
83 | + <id /> | |
84 | + <name /> | |
85 | + <url /> | |
86 | + </snapshotRepository> | |
87 | + </distributionManagement> | |
87 | 88 | </project> | ... | ... |
impl/pom.xml
... | ... | @@ -34,20 +34,16 @@ |
34 | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
35 | 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
36 | 36 | --> |
37 | -<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/maven-v4_0_0.xsd"> | |
37 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
38 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
38 | 39 | |
39 | 40 | <modelVersion>4.0.0</modelVersion> |
40 | 41 | |
42 | + <groupId>br.gov.frameworkdemoiselle</groupId> | |
41 | 43 | <artifactId>demoiselle-framework-impl-build</artifactId> |
44 | + <version>2.2.1-SNAPSHOT</version> | |
42 | 45 | <packaging>pom</packaging> |
43 | 46 | |
44 | - <parent> | |
45 | - <groupId>br.gov.frameworkdemoiselle</groupId> | |
46 | - <artifactId>demoiselle-framework-parent</artifactId> | |
47 | - <version>2.2.1-SNAPSHOT</version> | |
48 | - <relativePath>../parent/framework/pom.xml</relativePath> | |
49 | - </parent> | |
50 | - | |
51 | 47 | <name>Implementations Build Aggregator</name> |
52 | 48 | <description>Demoiselle Implementations Build Aggregator (Core and Extensions)</description> |
53 | 49 | |
... | ... | @@ -75,11 +71,16 @@ |
75 | 71 | </plugins> |
76 | 72 | </build> |
77 | 73 | |
78 | - <repositories> | |
74 | + <distributionManagement> | |
79 | 75 | <repository> |
80 | - <id>demoiselle.sourceforge.net</id> | |
81 | - <name>Demoiselle Maven Repository</name> | |
82 | - <url>http://demoiselle.sourceforge.net/repository/release</url> | |
76 | + <id /> | |
77 | + <name /> | |
78 | + <url /> | |
83 | 79 | </repository> |
84 | - </repositories> | |
80 | + <snapshotRepository> | |
81 | + <id /> | |
82 | + <name /> | |
83 | + <url /> | |
84 | + </snapshotRepository> | |
85 | + </distributionManagement> | |
85 | 86 | </project> | ... | ... |
parent/pom.xml
... | ... | @@ -34,19 +34,16 @@ |
34 | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
35 | 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. |
36 | 36 | --> |
37 | -<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/maven-v4_0_0.xsd"> | |
37 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
38 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
38 | 39 | |
39 | 40 | <modelVersion>4.0.0</modelVersion> |
40 | 41 | |
42 | + <groupId>br.gov.frameworkdemoiselle</groupId> | |
41 | 43 | <artifactId>demoiselle-framework-parent-build</artifactId> |
44 | + <version>2.2.1-SNAPSHOT</version> | |
42 | 45 | <packaging>pom</packaging> |
43 | 46 | |
44 | - <parent> | |
45 | - <groupId>br.gov.frameworkdemoiselle</groupId> | |
46 | - <artifactId>demoiselle-framework-parent</artifactId> | |
47 | - <version>2.2.1-SNAPSHOT</version> | |
48 | - </parent> | |
49 | - | |
50 | 47 | <name>Parent Build Aggregator</name> |
51 | 48 | <description> |
52 | 49 | </description> |
... | ... | @@ -80,12 +77,16 @@ |
80 | 77 | </plugins> |
81 | 78 | </build> |
82 | 79 | |
83 | - <repositories> | |
80 | + <distributionManagement> | |
84 | 81 | <repository> |
85 | - <id>demoiselle.sourceforge.net</id> | |
86 | - <name>Demoiselle Maven Repository</name> | |
87 | - <url>http://demoiselle.sourceforge.net/repository/release</url> | |
82 | + <id /> | |
83 | + <name /> | |
84 | + <url /> | |
88 | 85 | </repository> |
89 | - </repositories> | |
90 | - | |
86 | + <snapshotRepository> | |
87 | + <id /> | |
88 | + <name /> | |
89 | + <url /> | |
90 | + </snapshotRepository> | |
91 | + </distributionManagement> | |
91 | 92 | </project> | ... | ... |