Commit 7aed6b215c40090dee302cfde27486f050c64eea
1 parent
5913b3da
Exists in
master
Modificação do build para fazer deploy no oss.sonatype.org
Showing
17 changed files
with
321 additions
and
102 deletions
Show diff stats
archetype/jsf-jpa/pom.xml
| ... | ... | @@ -50,13 +50,28 @@ |
| 50 | 50 | </parent> |
| 51 | 51 | |
| 52 | 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 | 70 | <repositories> |
| 56 | 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 | 75 | </repository> |
| 61 | 76 | </repositories> |
| 62 | 77 | </project> | ... | ... |
archetype/minimal/pom.xml
| ... | ... | @@ -50,13 +50,28 @@ |
| 50 | 50 | </parent> |
| 51 | 51 | |
| 52 | 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 | 70 | <repositories> |
| 56 | 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 | 75 | </repository> |
| 61 | 76 | </repositories> |
| 62 | 77 | </project> | ... | ... |
impl/core/pom.xml
| ... | ... | @@ -48,16 +48,24 @@ |
| 48 | 48 | <relativePath>../../parent/framework</relativePath> |
| 49 | 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 | 52 | <description> |
| 58 | 53 | Contém funcionalidades comuns a todos os projetos e extensões do framework de forma independente de |
| 59 | 54 | camadas de apresentação e persistência. |
| 60 | 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 | 70 | <dependencyManagement> |
| 63 | 71 | <dependencies> |
| ... | ... | @@ -172,9 +180,9 @@ |
| 172 | 180 | |
| 173 | 181 | <repositories> |
| 174 | 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 | 186 | </repository> |
| 179 | 187 | </repositories> |
| 180 | 188 | </project> | ... | ... |
impl/extension/jpa/pom.xml
| ... | ... | @@ -48,26 +48,36 @@ |
| 48 | 48 | <relativePath>../../../parent/extension</relativePath> |
| 49 | 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 | 69 | <dependencies> |
| 55 | 70 | <dependency> |
| 56 | 71 | <groupId>org.eclipse.persistence</groupId> |
| 57 | 72 | <artifactId>javax.persistence</artifactId> |
| 58 | 73 | </dependency> |
| 59 | -<!-- <dependency>--> | |
| 60 | -<!-- <groupId>br.gov.frameworkdemoiselle</groupId>--> | |
| 61 | -<!-- <artifactId>demoiselle-jta</artifactId>--> | |
| 62 | -<!-- <scope>test</scope>--> | |
| 63 | -<!-- </dependency>--> | |
| 64 | 74 | </dependencies> |
| 65 | 75 | |
| 66 | 76 | <repositories> |
| 67 | 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 | 81 | </repository> |
| 72 | 82 | </repositories> |
| 73 | 83 | </project> |
| 74 | 84 | \ No newline at end of file | ... | ... |
impl/extension/jsf/pom.xml
| ... | ... | @@ -49,7 +49,22 @@ |
| 49 | 49 | </parent> |
| 50 | 50 | |
| 51 | 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 | 69 | <dependencies> |
| 55 | 70 | <dependency> |
| ... | ... | @@ -60,12 +75,6 @@ |
| 60 | 75 | <groupId>com.sun.faces</groupId> |
| 61 | 76 | <artifactId>jsf-api</artifactId> |
| 62 | 77 | </dependency> |
| 63 | - <!-- | |
| 64 | - <dependency> | |
| 65 | - <groupId>javax.el</groupId> | |
| 66 | - <artifactId>el-api</artifactId> | |
| 67 | - </dependency> | |
| 68 | - --> | |
| 69 | 78 | <dependency> |
| 70 | 79 | <groupId>com.sun.faces</groupId> |
| 71 | 80 | <artifactId>jsf-impl</artifactId> |
| ... | ... | @@ -75,9 +84,9 @@ |
| 75 | 84 | |
| 76 | 85 | <repositories> |
| 77 | 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 | 90 | </repository> |
| 82 | 91 | </repositories> |
| 83 | 92 | </project> | ... | ... |
impl/extension/jta/pom.xml
| ... | ... | @@ -49,7 +49,22 @@ |
| 49 | 49 | </parent> |
| 50 | 50 | |
| 51 | 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 | 69 | <dependencies> |
| 55 | 70 | <dependency> |
| ... | ... | @@ -60,9 +75,9 @@ |
| 60 | 75 | |
| 61 | 76 | <repositories> |
| 62 | 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 | 81 | </repository> |
| 67 | 82 | </repositories> |
| 68 | 83 | </project> |
| 69 | 84 | \ No newline at end of file | ... | ... |
impl/extension/se/pom.xml
| ... | ... | @@ -49,13 +49,28 @@ |
| 49 | 49 | </parent> |
| 50 | 50 | |
| 51 | 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 | 69 | <repositories> |
| 55 | 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 | 74 | </repository> |
| 60 | 75 | </repositories> |
| 61 | 76 | </project> | ... | ... |
impl/extension/servlet/pom.xml
| ... | ... | @@ -49,15 +49,24 @@ |
| 49 | 49 | </parent> |
| 50 | 50 | |
| 51 | 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 | 69 | <dependencies> |
| 55 | - <!-- | |
| 56 | - <dependency> | |
| 57 | - <groupId>javax.servlet</groupId> | |
| 58 | - <artifactId>jstl</artifactId> | |
| 59 | - </dependency> | |
| 60 | - --> | |
| 61 | 70 | <dependency> |
| 62 | 71 | <groupId>javax.servlet</groupId> |
| 63 | 72 | <artifactId>servlet-api</artifactId> |
| ... | ... | @@ -66,9 +75,9 @@ |
| 66 | 75 | |
| 67 | 76 | <repositories> |
| 68 | 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 | 81 | </repository> |
| 73 | 82 | </repositories> |
| 74 | 83 | </project> | ... | ... |
parent/archetype/pom.xml
| ... | ... | @@ -52,6 +52,19 @@ |
| 52 | 52 | <description> |
| 53 | 53 | Contém configurações comuns a todos os projetos geradores de arquétipos. |
| 54 | 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 | 69 | <build> |
| 57 | 70 | <plugins> |
| ... | ... | @@ -74,9 +87,9 @@ |
| 74 | 87 | |
| 75 | 88 | <repositories> |
| 76 | 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 | 93 | </repository> |
| 81 | 94 | </repositories> |
| 82 | 95 | </project> | ... | ... |
parent/bom/pom.xml
| ... | ... | @@ -49,10 +49,23 @@ |
| 49 | 49 | <relativePath>../../../internal/parent/demoiselle</relativePath> |
| 50 | 50 | </parent> |
| 51 | 51 | |
| 52 | - <name>Framework Bill of Materials</name> | |
| 52 | + <name>Demoiselle Framework Bill of Materials</name> | |
| 53 | 53 | <description> |
| 54 | 54 | Contém a lista de todas as dependências utilizadas na construção do framework. |
| 55 | 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 | 70 | <dependencyManagement> |
| 58 | 71 | <dependencies> |
| ... | ... | @@ -298,26 +311,13 @@ |
| 298 | 311 | |
| 299 | 312 | <repositories> |
| 300 | 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 | 317 | </repository> |
| 305 | 318 | </repositories> |
| 306 | 319 | |
| 307 | 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 | 321 | <javaee.version>6.0</javaee.version> |
| 322 | 322 | <cdi.version>1.0-SP4</cdi.version> |
| 323 | 323 | <validation.version>1.0.0.GA</validation.version> | ... | ... |
parent/extension/pom.xml
| ... | ... | @@ -52,6 +52,19 @@ |
| 52 | 52 | <description> |
| 53 | 53 | Configurações gerais para as extensões do framework. |
| 54 | 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 | 69 | <dependencyManagement> |
| 57 | 70 | <dependencies> |
| ... | ... | @@ -122,9 +135,9 @@ |
| 122 | 135 | |
| 123 | 136 | <repositories> |
| 124 | 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 | 141 | </repository> |
| 129 | 142 | </repositories> |
| 130 | 143 | </project> |
| 131 | 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 | 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 | 39 | <modelVersion>4.0.0</modelVersion> |
| ... | ... | @@ -13,17 +49,30 @@ |
| 13 | 49 | <relativePath>../../../internal/parent/demoiselle</relativePath> |
| 14 | 50 | </parent> |
| 15 | 51 | |
| 16 | - <name>Framework Parent</name> | |
| 52 | + <name>Demoiselle Framework Parent</name> | |
| 17 | 53 | <description> |
| 18 | 54 | Contém as informações de build comum a todos os projetos do Framework Demoiselle. |
| 19 | 55 | Se você é usuário do framework, certamente este POM não servirá para você. |
| 20 | 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 | 71 | <repositories> |
| 23 | 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 | 76 | </repository> |
| 28 | 77 | </repositories> |
| 29 | 78 | </project> | ... | ... |
parent/jsf/pom.xml
| ... | ... | @@ -53,6 +53,19 @@ |
| 53 | 53 | Especialização do POM demoiselle-web-parent, contendo configurações úteis para todas as aplicações JSF que |
| 54 | 54 | utilizam o framework. |
| 55 | 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 | 70 | <dependencies> |
| 58 | 71 | <dependency> |
| ... | ... | @@ -101,7 +114,7 @@ |
| 101 | 114 | <groupId>com.sun.faces</groupId> |
| 102 | 115 | <artifactId>jsf-api</artifactId> |
| 103 | 116 | <scope>compile</scope> |
| 104 | - </dependency> | |
| 117 | + </dependency> | |
| 105 | 118 | <dependency> |
| 106 | 119 | <groupId>com.sun.faces</groupId> |
| 107 | 120 | <artifactId>jsf-impl</artifactId> |
| ... | ... | @@ -151,9 +164,9 @@ |
| 151 | 164 | |
| 152 | 165 | <repositories> |
| 153 | 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 | 170 | </repository> |
| 158 | 171 | </repositories> |
| 159 | 172 | </project> | ... | ... |
parent/minimal/pom.xml
| ... | ... | @@ -53,6 +53,19 @@ |
| 53 | 53 | Configurações úteis para todas as aplicações que utilizam o framework. O ideal é que toda aplicação que |
| 54 | 54 | utiliza o Demoiselle herde deste POM ou de uma de suas especializações. |
| 55 | 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 | 70 | <dependencyManagement> |
| 58 | 71 | <dependencies> |
| ... | ... | @@ -93,13 +106,9 @@ |
| 93 | 106 | |
| 94 | 107 | <repositories> |
| 95 | 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 | 112 | </repository> |
| 100 | 113 | </repositories> |
| 101 | - | |
| 102 | - <properties> | |
| 103 | - <demoiselle.junit.version>2.3.0-RC1-SNAPSHOT</demoiselle.junit.version> | |
| 104 | - </properties> | |
| 105 | 114 | </project> | ... | ... |
parent/se/pom.xml
| ... | ... | @@ -52,6 +52,19 @@ |
| 52 | 52 | <description> |
| 53 | 53 | Especialização do POM mínimo, contendo configurações úteis para todas as aplicações SE que utilizam o framework. |
| 54 | 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 | 69 | <dependencies> |
| 57 | 70 | <dependency> |
| ... | ... | @@ -63,9 +76,9 @@ |
| 63 | 76 | |
| 64 | 77 | <repositories> |
| 65 | 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 | 82 | </repository> |
| 70 | 83 | </repositories> |
| 71 | 84 | </project> | ... | ... |
parent/servlet/pom.xml
| ... | ... | @@ -52,6 +52,19 @@ |
| 52 | 52 | <description> |
| 53 | 53 | Especialização do POM mínimo, contendo configurações úteis para todas as aplicações Servlet que utilizam o framework. |
| 54 | 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 | 69 | <build> |
| 57 | 70 | <plugins> |
| ... | ... | @@ -395,9 +408,9 @@ |
| 395 | 408 | |
| 396 | 409 | <repositories> |
| 397 | 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 | 414 | </repository> |
| 402 | 415 | </repositories> |
| 403 | 416 | </project> | ... | ... |
pom.xml
| ... | ... | @@ -109,9 +109,9 @@ |
| 109 | 109 | |
| 110 | 110 | <repositories> |
| 111 | 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 | 115 | </repository> |
| 116 | 116 | </repositories> |
| 117 | 117 | ... | ... |