Commit 7aed6b215c40090dee302cfde27486f050c64eea

Authored by Cleverson Sacramento
1 parent 5913b3da
Exists in master

Modificação do build para fazer deploy no oss.sonatype.org

archetype/jsf-jpa/pom.xml
@@ -50,13 +50,28 @@ @@ -50,13 +50,28 @@
50 </parent> 50 </parent>
51 51
52 <name>JSF and JPA Archetype</name> 52 <name>JSF and JPA Archetype</name>
53 - <description>Archetype for web applications (JSF/JPA)</description> 53 + <description>
  54 + Archetype for web applications (JSF/JPA)
  55 + </description>
  56 + <url>http://www.frameworkdemoiselle.gov.br</url>
  57 +
  58 + <licenses>
  59 + <license>
  60 + <name>GNU Lesser General Public License, Version 3</name>
  61 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  62 + </license>
  63 + </licenses>
  64 +
  65 + <organization>
  66 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  67 + <url>http://www.frameworkdemoiselle.gov.br</url>
  68 + </organization>
54 69
55 <repositories> 70 <repositories>
56 <repository> 71 <repository>
57 - <id>demoiselle.sourceforge.net</id>  
58 - <name>Demoiselle Maven Repository</name>  
59 - <url>http://demoiselle.sourceforge.net/repository/release</url> 72 + <id>sonatype-nexus</id>
  73 + <name>Sonatype Nexus</name>
  74 + <url>https://oss.sonatype.org/content/groups/public</url>
60 </repository> 75 </repository>
61 </repositories> 76 </repositories>
62 </project> 77 </project>
archetype/minimal/pom.xml
@@ -50,13 +50,28 @@ @@ -50,13 +50,28 @@
50 </parent> 50 </parent>
51 51
52 <name>Minimal Archetype</name> 52 <name>Minimal Archetype</name>
53 - <description>Basic archetype for generic applications</description> 53 + <description>
  54 + Basic archetype for generic applications
  55 + </description>
  56 + <url>http://www.frameworkdemoiselle.gov.br</url>
  57 +
  58 + <licenses>
  59 + <license>
  60 + <name>GNU Lesser General Public License, Version 3</name>
  61 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  62 + </license>
  63 + </licenses>
  64 +
  65 + <organization>
  66 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  67 + <url>http://www.frameworkdemoiselle.gov.br</url>
  68 + </organization>
54 69
55 <repositories> 70 <repositories>
56 <repository> 71 <repository>
57 - <id>demoiselle.sourceforge.net</id>  
58 - <name>Demoiselle Maven Repository</name>  
59 - <url>http://demoiselle.sourceforge.net/repository/release</url> 72 + <id>sonatype-nexus</id>
  73 + <name>Sonatype Nexus</name>
  74 + <url>https://oss.sonatype.org/content/groups/public</url>
60 </repository> 75 </repository>
61 </repositories> 76 </repositories>
62 </project> 77 </project>
impl/core/pom.xml
@@ -48,16 +48,24 @@ @@ -48,16 +48,24 @@
48 <relativePath>../../parent/framework</relativePath> 48 <relativePath>../../parent/framework</relativePath>
49 </parent> 49 </parent>
50 50
51 - <organization>  
52 - <name>Serpro</name>  
53 - <url>http://www.serpro.gov.br</url>  
54 - </organization>  
55 -  
56 - <name>Core</name> 51 + <name>Demoiselle Framework Core</name>
57 <description> 52 <description>
58 Contém funcionalidades comuns a todos os projetos e extensões do framework de forma independente de 53 Contém funcionalidades comuns a todos os projetos e extensões do framework de forma independente de
59 camadas de apresentação e persistência. 54 camadas de apresentação e persistência.
60 </description> 55 </description>
  56 + <url>http://www.frameworkdemoiselle.gov.br</url>
  57 +
  58 + <licenses>
  59 + <license>
  60 + <name>GNU Lesser General Public License, Version 3</name>
  61 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  62 + </license>
  63 + </licenses>
  64 +
  65 + <organization>
  66 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  67 + <url>http://www.frameworkdemoiselle.gov.br</url>
  68 + </organization>
61 69
62 <dependencyManagement> 70 <dependencyManagement>
63 <dependencies> 71 <dependencies>
@@ -172,9 +180,9 @@ @@ -172,9 +180,9 @@
172 180
173 <repositories> 181 <repositories>
174 <repository> 182 <repository>
175 - <id>demoiselle.sourceforge.net</id>  
176 - <name>Demoiselle Maven Repository</name>  
177 - <url>http://demoiselle.sourceforge.net/repository/release</url> 183 + <id>sonatype-nexus</id>
  184 + <name>Sonatype Nexus</name>
  185 + <url>https://oss.sonatype.org/content/groups/public</url>
178 </repository> 186 </repository>
179 </repositories> 187 </repositories>
180 </project> 188 </project>
impl/extension/jpa/pom.xml
@@ -48,26 +48,36 @@ @@ -48,26 +48,36 @@
48 <relativePath>../../../parent/extension</relativePath> 48 <relativePath>../../../parent/extension</relativePath>
49 </parent> 49 </parent>
50 50
51 - <name>JPA Extension</name>  
52 - <description /> 51 + <name>Demoiselle Framework JPA Extension</name>
  52 + <description>
  53 + Demoiselle Framework JPA Extension
  54 + </description>
  55 + <url>http://www.frameworkdemoiselle.gov.br</url>
  56 +
  57 + <licenses>
  58 + <license>
  59 + <name>GNU Lesser General Public License, Version 3</name>
  60 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  61 + </license>
  62 + </licenses>
  63 +
  64 + <organization>
  65 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  66 + <url>http://www.frameworkdemoiselle.gov.br</url>
  67 + </organization>
53 68
54 <dependencies> 69 <dependencies>
55 <dependency> 70 <dependency>
56 <groupId>org.eclipse.persistence</groupId> 71 <groupId>org.eclipse.persistence</groupId>
57 <artifactId>javax.persistence</artifactId> 72 <artifactId>javax.persistence</artifactId>
58 </dependency> 73 </dependency>
59 -<!-- <dependency>-->  
60 -<!-- <groupId>br.gov.frameworkdemoiselle</groupId>-->  
61 -<!-- <artifactId>demoiselle-jta</artifactId>-->  
62 -<!-- <scope>test</scope>-->  
63 -<!-- </dependency>-->  
64 </dependencies> 74 </dependencies>
65 75
66 <repositories> 76 <repositories>
67 <repository> 77 <repository>
68 - <id>demoiselle.sourceforge.net</id>  
69 - <name>Demoiselle Maven Repository</name>  
70 - <url>http://demoiselle.sourceforge.net/repository/release</url> 78 + <id>sonatype-nexus</id>
  79 + <name>Sonatype Nexus</name>
  80 + <url>https://oss.sonatype.org/content/groups/public</url>
71 </repository> 81 </repository>
72 </repositories> 82 </repositories>
73 </project> 83 </project>
74 \ No newline at end of file 84 \ No newline at end of file
impl/extension/jsf/pom.xml
@@ -49,7 +49,22 @@ @@ -49,7 +49,22 @@
49 </parent> 49 </parent>
50 50
51 <name>JSF Extension</name> 51 <name>JSF Extension</name>
52 - <description /> 52 + <description>
  53 + JSF Extension
  54 + </description>
  55 + <url>http://www.frameworkdemoiselle.gov.br</url>
  56 +
  57 + <licenses>
  58 + <license>
  59 + <name>GNU Lesser General Public License, Version 3</name>
  60 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  61 + </license>
  62 + </licenses>
  63 +
  64 + <organization>
  65 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  66 + <url>http://www.frameworkdemoiselle.gov.br</url>
  67 + </organization>
53 68
54 <dependencies> 69 <dependencies>
55 <dependency> 70 <dependency>
@@ -60,12 +75,6 @@ @@ -60,12 +75,6 @@
60 <groupId>com.sun.faces</groupId> 75 <groupId>com.sun.faces</groupId>
61 <artifactId>jsf-api</artifactId> 76 <artifactId>jsf-api</artifactId>
62 </dependency> 77 </dependency>
63 - <!--  
64 - <dependency>  
65 - <groupId>javax.el</groupId>  
66 - <artifactId>el-api</artifactId>  
67 - </dependency>  
68 - -->  
69 <dependency> 78 <dependency>
70 <groupId>com.sun.faces</groupId> 79 <groupId>com.sun.faces</groupId>
71 <artifactId>jsf-impl</artifactId> 80 <artifactId>jsf-impl</artifactId>
@@ -75,9 +84,9 @@ @@ -75,9 +84,9 @@
75 84
76 <repositories> 85 <repositories>
77 <repository> 86 <repository>
78 - <id>demoiselle.sourceforge.net</id>  
79 - <name>Demoiselle Maven Repository</name>  
80 - <url>http://demoiselle.sourceforge.net/repository/release</url> 87 + <id>sonatype-nexus</id>
  88 + <name>Sonatype Nexus</name>
  89 + <url>https://oss.sonatype.org/content/groups/public</url>
81 </repository> 90 </repository>
82 </repositories> 91 </repositories>
83 </project> 92 </project>
impl/extension/jta/pom.xml
@@ -49,7 +49,22 @@ @@ -49,7 +49,22 @@
49 </parent> 49 </parent>
50 50
51 <name>JTA Extension</name> 51 <name>JTA Extension</name>
52 - <description /> 52 + <description>
  53 + JTA Extension
  54 + </description>
  55 + <url>http://www.frameworkdemoiselle.gov.br</url>
  56 +
  57 + <licenses>
  58 + <license>
  59 + <name>GNU Lesser General Public License, Version 3</name>
  60 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  61 + </license>
  62 + </licenses>
  63 +
  64 + <organization>
  65 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  66 + <url>http://www.frameworkdemoiselle.gov.br</url>
  67 + </organization>
53 68
54 <dependencies> 69 <dependencies>
55 <dependency> 70 <dependency>
@@ -60,9 +75,9 @@ @@ -60,9 +75,9 @@
60 75
61 <repositories> 76 <repositories>
62 <repository> 77 <repository>
63 - <id>demoiselle.sourceforge.net</id>  
64 - <name>Demoiselle Maven Repository</name>  
65 - <url>http://demoiselle.sourceforge.net/repository/release</url> 78 + <id>sonatype-nexus</id>
  79 + <name>Sonatype Nexus</name>
  80 + <url>https://oss.sonatype.org/content/groups/public</url>
66 </repository> 81 </repository>
67 </repositories> 82 </repositories>
68 </project> 83 </project>
69 \ No newline at end of file 84 \ No newline at end of file
impl/extension/se/pom.xml
@@ -49,13 +49,28 @@ @@ -49,13 +49,28 @@
49 </parent> 49 </parent>
50 50
51 <name>SE Extension</name> 51 <name>SE Extension</name>
52 - <description>Extensão para aplicações SE</description> 52 + <description>
  53 + Extensão para aplicações SE
  54 + </description>
  55 + <url>http://www.frameworkdemoiselle.gov.br</url>
  56 +
  57 + <licenses>
  58 + <license>
  59 + <name>GNU Lesser General Public License, Version 3</name>
  60 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  61 + </license>
  62 + </licenses>
  63 +
  64 + <organization>
  65 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  66 + <url>http://www.frameworkdemoiselle.gov.br</url>
  67 + </organization>
53 68
54 <repositories> 69 <repositories>
55 <repository> 70 <repository>
56 - <id>demoiselle.sourceforge.net</id>  
57 - <name>Demoiselle Maven Repository</name>  
58 - <url>http://demoiselle.sourceforge.net/repository/release</url> 71 + <id>sonatype-nexus</id>
  72 + <name>Sonatype Nexus</name>
  73 + <url>https://oss.sonatype.org/content/groups/public</url>
59 </repository> 74 </repository>
60 </repositories> 75 </repositories>
61 </project> 76 </project>
impl/extension/servlet/pom.xml
@@ -49,15 +49,24 @@ @@ -49,15 +49,24 @@
49 </parent> 49 </parent>
50 50
51 <name>Servlet Extension</name> 51 <name>Servlet Extension</name>
52 - <description /> 52 + <description>
  53 + Servlet Extension
  54 + </description>
  55 + <url>http://www.frameworkdemoiselle.gov.br</url>
  56 +
  57 + <licenses>
  58 + <license>
  59 + <name>GNU Lesser General Public License, Version 3</name>
  60 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  61 + </license>
  62 + </licenses>
  63 +
  64 + <organization>
  65 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  66 + <url>http://www.frameworkdemoiselle.gov.br</url>
  67 + </organization>
53 68
54 <dependencies> 69 <dependencies>
55 - <!--  
56 - <dependency>  
57 - <groupId>javax.servlet</groupId>  
58 - <artifactId>jstl</artifactId>  
59 - </dependency>  
60 - -->  
61 <dependency> 70 <dependency>
62 <groupId>javax.servlet</groupId> 71 <groupId>javax.servlet</groupId>
63 <artifactId>servlet-api</artifactId> 72 <artifactId>servlet-api</artifactId>
@@ -66,9 +75,9 @@ @@ -66,9 +75,9 @@
66 75
67 <repositories> 76 <repositories>
68 <repository> 77 <repository>
69 - <id>demoiselle.sourceforge.net</id>  
70 - <name>Demoiselle Maven Repository</name>  
71 - <url>http://demoiselle.sourceforge.net/repository/release</url> 78 + <id>sonatype-nexus</id>
  79 + <name>Sonatype Nexus</name>
  80 + <url>https://oss.sonatype.org/content/groups/public</url>
72 </repository> 81 </repository>
73 </repositories> 82 </repositories>
74 </project> 83 </project>
parent/archetype/pom.xml
@@ -52,6 +52,19 @@ @@ -52,6 +52,19 @@
52 <description> 52 <description>
53 Contém configurações comuns a todos os projetos geradores de arquétipos. 53 Contém configurações comuns a todos os projetos geradores de arquétipos.
54 </description> 54 </description>
  55 + <url>http://www.frameworkdemoiselle.gov.br</url>
  56 +
  57 + <licenses>
  58 + <license>
  59 + <name>GNU Lesser General Public License, Version 3</name>
  60 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  61 + </license>
  62 + </licenses>
  63 +
  64 + <organization>
  65 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  66 + <url>http://www.frameworkdemoiselle.gov.br</url>
  67 + </organization>
55 68
56 <build> 69 <build>
57 <plugins> 70 <plugins>
@@ -74,9 +87,9 @@ @@ -74,9 +87,9 @@
74 87
75 <repositories> 88 <repositories>
76 <repository> 89 <repository>
77 - <id>demoiselle.sourceforge.net</id>  
78 - <name>Demoiselle Maven Repository</name>  
79 - <url>http://demoiselle.sourceforge.net/repository/release</url> 90 + <id>sonatype-nexus</id>
  91 + <name>Sonatype Nexus</name>
  92 + <url>https://oss.sonatype.org/content/groups/public</url>
80 </repository> 93 </repository>
81 </repositories> 94 </repositories>
82 </project> 95 </project>
parent/bom/pom.xml
@@ -49,10 +49,23 @@ @@ -49,10 +49,23 @@
49 <relativePath>../../../internal/parent/demoiselle</relativePath> 49 <relativePath>../../../internal/parent/demoiselle</relativePath>
50 </parent> 50 </parent>
51 51
52 - <name>Framework Bill of Materials</name> 52 + <name>Demoiselle Framework Bill of Materials</name>
53 <description> 53 <description>
54 Contém a lista de todas as dependências utilizadas na construção do framework. 54 Contém a lista de todas as dependências utilizadas na construção do framework.
55 </description> 55 </description>
  56 + <url>http://www.frameworkdemoiselle.gov.br</url>
  57 +
  58 + <licenses>
  59 + <license>
  60 + <name>GNU Lesser General Public License, Version 3</name>
  61 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  62 + </license>
  63 + </licenses>
  64 +
  65 + <organization>
  66 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  67 + <url>http://www.frameworkdemoiselle.gov.br</url>
  68 + </organization>
56 69
57 <dependencyManagement> 70 <dependencyManagement>
58 <dependencies> 71 <dependencies>
@@ -298,26 +311,13 @@ @@ -298,26 +311,13 @@
298 311
299 <repositories> 312 <repositories>
300 <repository> 313 <repository>
301 - <id>demoiselle.sourceforge.net</id>  
302 - <name>Demoiselle Maven Repository</name>  
303 - <url>http://demoiselle.sourceforge.net/repository/release</url> 314 + <id>sonatype-nexus</id>
  315 + <name>Sonatype Nexus</name>
  316 + <url>https://oss.sonatype.org/content/groups/public</url>
304 </repository> 317 </repository>
305 </repositories> 318 </repositories>
306 319
307 <properties> 320 <properties>
308 - <maven.compiler.plugin.version>2.1</maven.compiler.plugin.version>  
309 - <maven.war.plugin.version>2.1.1</maven.war.plugin.version>  
310 - <maven.deploy.plugin.version>2.5</maven.deploy.plugin.version>  
311 - <maven.site.plugin.version>2.2</maven.site.plugin.version>  
312 - <maven.assembly.plugin.version>2.2-beta-5</maven.assembly.plugin.version>  
313 - <maven.javadoc.plugin.version>2.7</maven.javadoc.plugin.version>  
314 - <maven.source.plugin.version>2.1.2</maven.source.plugin.version>  
315 - <maven.resources.plugin.version>2.5</maven.resources.plugin.version>  
316 - <maven.cobertura.plugin.version>2.4</maven.cobertura.plugin.version>  
317 - <maven.install.plugin.version>2.3.1</maven.install.plugin.version>  
318 - <wagon.plugin.version>1.0-beta-3</wagon.plugin.version>  
319 -  
320 - <java.version>1.6</java.version>  
321 <javaee.version>6.0</javaee.version> 321 <javaee.version>6.0</javaee.version>
322 <cdi.version>1.0-SP4</cdi.version> 322 <cdi.version>1.0-SP4</cdi.version>
323 <validation.version>1.0.0.GA</validation.version> 323 <validation.version>1.0.0.GA</validation.version>
parent/extension/pom.xml
@@ -52,6 +52,19 @@ @@ -52,6 +52,19 @@
52 <description> 52 <description>
53 Configurações gerais para as extensões do framework. 53 Configurações gerais para as extensões do framework.
54 </description> 54 </description>
  55 + <url>http://www.frameworkdemoiselle.gov.br</url>
  56 +
  57 + <licenses>
  58 + <license>
  59 + <name>GNU Lesser General Public License, Version 3</name>
  60 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  61 + </license>
  62 + </licenses>
  63 +
  64 + <organization>
  65 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  66 + <url>http://www.frameworkdemoiselle.gov.br</url>
  67 + </organization>
55 68
56 <dependencyManagement> 69 <dependencyManagement>
57 <dependencies> 70 <dependencies>
@@ -122,9 +135,9 @@ @@ -122,9 +135,9 @@
122 135
123 <repositories> 136 <repositories>
124 <repository> 137 <repository>
125 - <id>demoiselle.sourceforge.net</id>  
126 - <name>Demoiselle Maven Repository</name>  
127 - <url>http://demoiselle.sourceforge.net/repository/release</url> 138 + <id>sonatype-nexus</id>
  139 + <name>Sonatype Nexus</name>
  140 + <url>https://oss.sonatype.org/content/groups/public</url>
128 </repository> 141 </repository>
129 </repositories> 142 </repositories>
130 </project> 143 </project>
131 \ No newline at end of file 144 \ No newline at end of file
parent/framework/pom.xml
  1 +<!--
  2 + Demoiselle Framework
  3 + Copyright (C) 2010 SERPRO
  4 + ============================================================================
  5 + This file is part of Demoiselle Framework.
  6 +
  7 + Demoiselle Framework is free software; you can redistribute it and/or
  8 + modify it under the terms of the GNU Lesser General Public License version 3
  9 + as published by the Free Software Foundation.
  10 +
  11 + This program is distributed in the hope that it will be useful,
  12 + but WITHOUT ANY WARRANTY; without even the implied warranty of
  13 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14 + GNU General Public License for more details.
  15 +
  16 + You should have received a copy of the GNU Lesser General Public License version 3
  17 + along with this program; if not, see <http://www.gnu.org/licenses />
  18 + or write to the Free Software Foundation, Inc., 51 Franklin Street,
  19 + Fifth Floor, Boston, MA 02110-1301, USA.
  20 + ============================================================================
  21 + Este arquivo é parte do Framework Demoiselle.
  22 +
  23 + O Framework Demoiselle é um software livre; você pode redistribuí-lo e/ou
  24 + modificá-lo dentro dos termos da GNU LGPL versão 3 como publicada pela Fundação
  25 + do Software Livre (FSF).
  26 +
  27 + Este programa é distribuído na esperança que possa ser útil, mas SEM NENHUMA
  28 + GARANTIA; sem uma garantia implícita de ADEQUAÇÃO a qualquer MERCADO ou
  29 + APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU/LGPL em português
  30 + para maiores detalhes.
  31 +
  32 + Você deve ter recebido uma cópia da GNU LGPL versão 3, sob o título
  33 + "LICENCA.txt", junto com esse programa. Se não, acesse <http://www.gnu.org/licenses />
  34 + ou escreva para a Fundação do Software Livre (FSF) Inc.,
  35 + 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA.
  36 +-->
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/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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 38
3 <modelVersion>4.0.0</modelVersion> 39 <modelVersion>4.0.0</modelVersion>
@@ -13,17 +49,30 @@ @@ -13,17 +49,30 @@
13 <relativePath>../../../internal/parent/demoiselle</relativePath> 49 <relativePath>../../../internal/parent/demoiselle</relativePath>
14 </parent> 50 </parent>
15 51
16 - <name>Framework Parent</name> 52 + <name>Demoiselle Framework Parent</name>
17 <description> 53 <description>
18 Contém as informações de build comum a todos os projetos do Framework Demoiselle. 54 Contém as informações de build comum a todos os projetos do Framework Demoiselle.
19 Se você é usuário do framework, certamente este POM não servirá para você. 55 Se você é usuário do framework, certamente este POM não servirá para você.
20 </description> 56 </description>
  57 + <url>http://www.frameworkdemoiselle.gov.br</url>
  58 +
  59 + <licenses>
  60 + <license>
  61 + <name>GNU Lesser General Public License, Version 3</name>
  62 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  63 + </license>
  64 + </licenses>
  65 +
  66 + <organization>
  67 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  68 + <url>http://www.frameworkdemoiselle.gov.br</url>
  69 + </organization>
21 70
22 <repositories> 71 <repositories>
23 <repository> 72 <repository>
24 - <id>demoiselle.sourceforge.net</id>  
25 - <name>Demoiselle Maven Repository</name>  
26 - <url>http://demoiselle.sourceforge.net/repository/release</url> 73 + <id>sonatype-nexus</id>
  74 + <name>Sonatype Nexus</name>
  75 + <url>https://oss.sonatype.org/content/groups/public</url>
27 </repository> 76 </repository>
28 </repositories> 77 </repositories>
29 </project> 78 </project>
parent/jsf/pom.xml
@@ -53,6 +53,19 @@ @@ -53,6 +53,19 @@
53 Especialização do POM demoiselle-web-parent, contendo configurações úteis para todas as aplicações JSF que 53 Especialização do POM demoiselle-web-parent, contendo configurações úteis para todas as aplicações JSF que
54 utilizam o framework. 54 utilizam o framework.
55 </description> 55 </description>
  56 + <url>http://www.frameworkdemoiselle.gov.br</url>
  57 +
  58 + <licenses>
  59 + <license>
  60 + <name>GNU Lesser General Public License, Version 3</name>
  61 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  62 + </license>
  63 + </licenses>
  64 +
  65 + <organization>
  66 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  67 + <url>http://www.frameworkdemoiselle.gov.br</url>
  68 + </organization>
56 69
57 <dependencies> 70 <dependencies>
58 <dependency> 71 <dependency>
@@ -101,7 +114,7 @@ @@ -101,7 +114,7 @@
101 <groupId>com.sun.faces</groupId> 114 <groupId>com.sun.faces</groupId>
102 <artifactId>jsf-api</artifactId> 115 <artifactId>jsf-api</artifactId>
103 <scope>compile</scope> 116 <scope>compile</scope>
104 - </dependency> 117 + </dependency>
105 <dependency> 118 <dependency>
106 <groupId>com.sun.faces</groupId> 119 <groupId>com.sun.faces</groupId>
107 <artifactId>jsf-impl</artifactId> 120 <artifactId>jsf-impl</artifactId>
@@ -151,9 +164,9 @@ @@ -151,9 +164,9 @@
151 164
152 <repositories> 165 <repositories>
153 <repository> 166 <repository>
154 - <id>demoiselle.sourceforge.net</id>  
155 - <name>Demoiselle Maven Repository</name>  
156 - <url>http://demoiselle.sourceforge.net/repository/release</url> 167 + <id>sonatype-nexus</id>
  168 + <name>Sonatype Nexus</name>
  169 + <url>https://oss.sonatype.org/content/groups/public</url>
157 </repository> 170 </repository>
158 </repositories> 171 </repositories>
159 </project> 172 </project>
parent/minimal/pom.xml
@@ -53,6 +53,19 @@ @@ -53,6 +53,19 @@
53 Configurações úteis para todas as aplicações que utilizam o framework. O ideal é que toda aplicação que 53 Configurações úteis para todas as aplicações que utilizam o framework. O ideal é que toda aplicação que
54 utiliza o Demoiselle herde deste POM ou de uma de suas especializações. 54 utiliza o Demoiselle herde deste POM ou de uma de suas especializações.
55 </description> 55 </description>
  56 + <url>http://www.frameworkdemoiselle.gov.br</url>
  57 +
  58 + <licenses>
  59 + <license>
  60 + <name>GNU Lesser General Public License, Version 3</name>
  61 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  62 + </license>
  63 + </licenses>
  64 +
  65 + <organization>
  66 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  67 + <url>http://www.frameworkdemoiselle.gov.br</url>
  68 + </organization>
56 69
57 <dependencyManagement> 70 <dependencyManagement>
58 <dependencies> 71 <dependencies>
@@ -93,13 +106,9 @@ @@ -93,13 +106,9 @@
93 106
94 <repositories> 107 <repositories>
95 <repository> 108 <repository>
96 - <id>demoiselle.sourceforge.net</id>  
97 - <name>Demoiselle Maven Repository</name>  
98 - <url>http://demoiselle.sourceforge.net/repository/release</url> 109 + <id>sonatype-nexus</id>
  110 + <name>Sonatype Nexus</name>
  111 + <url>https://oss.sonatype.org/content/groups/public</url>
99 </repository> 112 </repository>
100 </repositories> 113 </repositories>
101 -  
102 - <properties>  
103 - <demoiselle.junit.version>2.3.0-RC1-SNAPSHOT</demoiselle.junit.version>  
104 - </properties>  
105 </project> 114 </project>
parent/se/pom.xml
@@ -52,6 +52,19 @@ @@ -52,6 +52,19 @@
52 <description> 52 <description>
53 Especialização do POM mínimo, contendo configurações úteis para todas as aplicações SE que utilizam o framework. 53 Especialização do POM mínimo, contendo configurações úteis para todas as aplicações SE que utilizam o framework.
54 </description> 54 </description>
  55 + <url>http://www.frameworkdemoiselle.gov.br</url>
  56 +
  57 + <licenses>
  58 + <license>
  59 + <name>GNU Lesser General Public License, Version 3</name>
  60 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  61 + </license>
  62 + </licenses>
  63 +
  64 + <organization>
  65 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  66 + <url>http://www.frameworkdemoiselle.gov.br</url>
  67 + </organization>
55 68
56 <dependencies> 69 <dependencies>
57 <dependency> 70 <dependency>
@@ -63,9 +76,9 @@ @@ -63,9 +76,9 @@
63 76
64 <repositories> 77 <repositories>
65 <repository> 78 <repository>
66 - <id>demoiselle.sourceforge.net</id>  
67 - <name>Demoiselle Maven Repository</name>  
68 - <url>http://demoiselle.sourceforge.net/repository/release</url> 79 + <id>sonatype-nexus</id>
  80 + <name>Sonatype Nexus</name>
  81 + <url>https://oss.sonatype.org/content/groups/public</url>
69 </repository> 82 </repository>
70 </repositories> 83 </repositories>
71 </project> 84 </project>
parent/servlet/pom.xml
@@ -52,6 +52,19 @@ @@ -52,6 +52,19 @@
52 <description> 52 <description>
53 Especialização do POM mínimo, contendo configurações úteis para todas as aplicações Servlet que utilizam o framework. 53 Especialização do POM mínimo, contendo configurações úteis para todas as aplicações Servlet que utilizam o framework.
54 </description> 54 </description>
  55 + <url>http://www.frameworkdemoiselle.gov.br</url>
  56 +
  57 + <licenses>
  58 + <license>
  59 + <name>GNU Lesser General Public License, Version 3</name>
  60 + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
  61 + </license>
  62 + </licenses>
  63 +
  64 + <organization>
  65 + <name>SERPRO - Serviço Federal de Processamento de Dados</name>
  66 + <url>http://www.frameworkdemoiselle.gov.br</url>
  67 + </organization>
55 68
56 <build> 69 <build>
57 <plugins> 70 <plugins>
@@ -395,9 +408,9 @@ @@ -395,9 +408,9 @@
395 408
396 <repositories> 409 <repositories>
397 <repository> 410 <repository>
398 - <id>demoiselle.sourceforge.net</id>  
399 - <name>Demoiselle Maven Repository</name>  
400 - <url>http://demoiselle.sourceforge.net/repository/release</url> 411 + <id>sonatype-nexus</id>
  412 + <name>Sonatype Nexus</name>
  413 + <url>https://oss.sonatype.org/content/groups/public</url>
401 </repository> 414 </repository>
402 </repositories> 415 </repositories>
403 </project> 416 </project>
@@ -109,9 +109,9 @@ @@ -109,9 +109,9 @@
109 109
110 <repositories> 110 <repositories>
111 <repository> 111 <repository>
112 - <id>demoiselle.sourceforge.net</id>  
113 - <name>Demoiselle Maven Repository</name>  
114 - <url>http://demoiselle.sourceforge.net/repository/release</url> 112 + <id>sonatype-nexus</id>
  113 + <name>Sonatype Nexus</name>
  114 + <url>https://oss.sonatype.org/content/groups/public</url>
115 </repository> 115 </repository>
116 </repositories> 116 </repositories>
117 117