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,20 +34,16 @@ | ||
| 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
| 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. | 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 | <modelVersion>4.0.0</modelVersion> | 40 | <modelVersion>4.0.0</modelVersion> |
| 40 | 41 | ||
| 42 | + <groupId>br.gov.frameworkdemoiselle</groupId> | ||
| 41 | <artifactId>demoiselle-framework-archetype-build</artifactId> | 43 | <artifactId>demoiselle-framework-archetype-build</artifactId> |
| 44 | + <version>2.2.1-SNAPSHOT</version> | ||
| 42 | <packaging>pom</packaging> | 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 | <name>Archetypes Build Aggregator</name> | 47 | <name>Archetypes Build Aggregator</name> |
| 52 | <description> | 48 | <description> |
| 53 | </description> | 49 | </description> |
| @@ -76,11 +72,16 @@ | @@ -76,11 +72,16 @@ | ||
| 76 | </plugins> | 72 | </plugins> |
| 77 | </build> | 73 | </build> |
| 78 | 74 | ||
| 79 | - <repositories> | 75 | + <distributionManagement> |
| 80 | <repository> | 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 | </repository> | 80 | </repository> |
| 85 | - </repositories> | 81 | + <snapshotRepository> |
| 82 | + <id /> | ||
| 83 | + <name /> | ||
| 84 | + <url /> | ||
| 85 | + </snapshotRepository> | ||
| 86 | + </distributionManagement> | ||
| 86 | </project> | 87 | </project> |
documentation/pom.xml
| @@ -39,15 +39,10 @@ | @@ -39,15 +39,10 @@ | ||
| 39 | 39 | ||
| 40 | <modelVersion>4.0.0</modelVersion> | 40 | <modelVersion>4.0.0</modelVersion> |
| 41 | 41 | ||
| 42 | + <groupId>br.gov.frameworkdemoiselle</groupId> | ||
| 42 | <artifactId>demoiselle-framework-documentation-build</artifactId> | 43 | <artifactId>demoiselle-framework-documentation-build</artifactId> |
| 43 | <packaging>pom</packaging> | 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 | <name>Documentation Build Aggregator</name> | 47 | <name>Documentation Build Aggregator</name> |
| 53 | <description> | 48 | <description> |
| @@ -77,11 +72,16 @@ | @@ -77,11 +72,16 @@ | ||
| 77 | </plugins> | 72 | </plugins> |
| 78 | </build> | 73 | </build> |
| 79 | 74 | ||
| 80 | - <repositories> | 75 | + <distributionManagement> |
| 81 | <repository> | 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 | </repository> | 80 | </repository> |
| 86 | - </repositories> | 81 | + <snapshotRepository> |
| 82 | + <id /> | ||
| 83 | + <name /> | ||
| 84 | + <url /> | ||
| 85 | + </snapshotRepository> | ||
| 86 | + </distributionManagement> | ||
| 87 | </project> | 87 | </project> |
impl/extension/pom.xml
| @@ -34,20 +34,16 @@ | @@ -34,20 +34,16 @@ | ||
| 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
| 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. | 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 | <modelVersion>4.0.0</modelVersion> | 40 | <modelVersion>4.0.0</modelVersion> |
| 40 | 41 | ||
| 42 | + <groupId>br.gov.frameworkdemoiselle</groupId> | ||
| 41 | <artifactId>demoiselle-framework-extension-build</artifactId> | 43 | <artifactId>demoiselle-framework-extension-build</artifactId> |
| 44 | + <version>2.2.1-SNAPSHOT</version> | ||
| 42 | <packaging>pom</packaging> | 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 | <name>Extensions Build Aggregator</name> | 47 | <name>Extensions Build Aggregator</name> |
| 52 | <description>Demoiselle Extensions Build Aggregator (JPA, JSF, Swing)</description> | 48 | <description>Demoiselle Extensions Build Aggregator (JPA, JSF, Swing)</description> |
| 53 | 49 | ||
| @@ -77,11 +73,16 @@ | @@ -77,11 +73,16 @@ | ||
| 77 | </plugins> | 73 | </plugins> |
| 78 | </build> | 74 | </build> |
| 79 | 75 | ||
| 80 | - <repositories> | 76 | + <distributionManagement> |
| 81 | <repository> | 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 | </repository> | 81 | </repository> |
| 86 | - </repositories> | 82 | + <snapshotRepository> |
| 83 | + <id /> | ||
| 84 | + <name /> | ||
| 85 | + <url /> | ||
| 86 | + </snapshotRepository> | ||
| 87 | + </distributionManagement> | ||
| 87 | </project> | 88 | </project> |
impl/pom.xml
| @@ -34,20 +34,16 @@ | @@ -34,20 +34,16 @@ | ||
| 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
| 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. | 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 | <modelVersion>4.0.0</modelVersion> | 40 | <modelVersion>4.0.0</modelVersion> |
| 40 | 41 | ||
| 42 | + <groupId>br.gov.frameworkdemoiselle</groupId> | ||
| 41 | <artifactId>demoiselle-framework-impl-build</artifactId> | 43 | <artifactId>demoiselle-framework-impl-build</artifactId> |
| 44 | + <version>2.2.1-SNAPSHOT</version> | ||
| 42 | <packaging>pom</packaging> | 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 | <name>Implementations Build Aggregator</name> | 47 | <name>Implementations Build Aggregator</name> |
| 52 | <description>Demoiselle Implementations Build Aggregator (Core and Extensions)</description> | 48 | <description>Demoiselle Implementations Build Aggregator (Core and Extensions)</description> |
| 53 | 49 | ||
| @@ -75,11 +71,16 @@ | @@ -75,11 +71,16 @@ | ||
| 75 | </plugins> | 71 | </plugins> |
| 76 | </build> | 72 | </build> |
| 77 | 73 | ||
| 78 | - <repositories> | 74 | + <distributionManagement> |
| 79 | <repository> | 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 | </repository> | 79 | </repository> |
| 84 | - </repositories> | 80 | + <snapshotRepository> |
| 81 | + <id /> | ||
| 82 | + <name /> | ||
| 83 | + <url /> | ||
| 84 | + </snapshotRepository> | ||
| 85 | + </distributionManagement> | ||
| 85 | </project> | 86 | </project> |
parent/pom.xml
| @@ -34,19 +34,16 @@ | @@ -34,19 +34,16 @@ | ||
| 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., | 34 | ou escreva para a Fundação do Software Livre (FSF) Inc., |
| 35 | 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA. | 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 | <modelVersion>4.0.0</modelVersion> | 40 | <modelVersion>4.0.0</modelVersion> |
| 40 | 41 | ||
| 42 | + <groupId>br.gov.frameworkdemoiselle</groupId> | ||
| 41 | <artifactId>demoiselle-framework-parent-build</artifactId> | 43 | <artifactId>demoiselle-framework-parent-build</artifactId> |
| 44 | + <version>2.2.1-SNAPSHOT</version> | ||
| 42 | <packaging>pom</packaging> | 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 | <name>Parent Build Aggregator</name> | 47 | <name>Parent Build Aggregator</name> |
| 51 | <description> | 48 | <description> |
| 52 | </description> | 49 | </description> |
| @@ -80,12 +77,16 @@ | @@ -80,12 +77,16 @@ | ||
| 80 | </plugins> | 77 | </plugins> |
| 81 | </build> | 78 | </build> |
| 82 | 79 | ||
| 83 | - <repositories> | 80 | + <distributionManagement> |
| 84 | <repository> | 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 | </repository> | 85 | </repository> |
| 89 | - </repositories> | ||
| 90 | - | 86 | + <snapshotRepository> |
| 87 | + <id /> | ||
| 88 | + <name /> | ||
| 89 | + <url /> | ||
| 90 | + </snapshotRepository> | ||
| 91 | + </distributionManagement> | ||
| 91 | </project> | 92 | </project> |