Commit adc836600150a719f4ae832b03ce861c4132fc83
1 parent
acae122b
Exists in
master
Importação do demoiselle-framework-bom
Showing
7 changed files
with
50 additions
and
13 deletions
Show diff stats
impl/core/pom.xml
... | ... | @@ -59,6 +59,18 @@ |
59 | 59 | camadas de apresentação e persistência. |
60 | 60 | </description> |
61 | 61 | |
62 | + <dependencyManagement> | |
63 | + <dependencies> | |
64 | + <dependency> | |
65 | + <groupId>br.gov.frameworkdemoiselle</groupId> | |
66 | + <artifactId>demoiselle-framework-bom</artifactId> | |
67 | + <version>2.3.0-RC2-SNAPSHOT</version> | |
68 | + <type>pom</type> | |
69 | + <scope>import</scope> | |
70 | + </dependency> | |
71 | + </dependencies> | |
72 | + </dependencyManagement> | |
73 | + | |
62 | 74 | <build> |
63 | 75 | <plugins> |
64 | 76 | <plugin> | ... | ... |
parent/extension/pom.xml
... | ... | @@ -53,6 +53,18 @@ |
53 | 53 | Configurações gerais para as extensões do framework. |
54 | 54 | </description> |
55 | 55 | |
56 | + <dependencyManagement> | |
57 | + <dependencies> | |
58 | + <dependency> | |
59 | + <groupId>br.gov.frameworkdemoiselle</groupId> | |
60 | + <artifactId>demoiselle-framework-bom</artifactId> | |
61 | + <version>2.3.0-RC2-SNAPSHOT</version> | |
62 | + <type>pom</type> | |
63 | + <scope>import</scope> | |
64 | + </dependency> | |
65 | + </dependencies> | |
66 | + </dependencyManagement> | |
67 | + | |
56 | 68 | <build> |
57 | 69 | <plugins> |
58 | 70 | <plugin> | ... | ... |
parent/framework/pom.xml
... | ... | @@ -3,13 +3,14 @@ |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | |
5 | 5 | <artifactId>demoiselle-framework-parent</artifactId> |
6 | + <version>2.3.0-RC2-SNAPSHOT</version> | |
6 | 7 | <packaging>pom</packaging> |
7 | 8 | |
8 | 9 | <parent> |
9 | 10 | <groupId>br.gov.frameworkdemoiselle</groupId> |
10 | - <artifactId>demoiselle-framework-bom</artifactId> | |
11 | - <version>2.3.0-RC2-SNAPSHOT</version> | |
12 | - <relativePath>../bom</relativePath> | |
11 | + <artifactId>demoiselle-parent</artifactId> | |
12 | + <version>6-SNAPSHOT</version> | |
13 | + <relativePath>../../../internal/parent/demoiselle</relativePath> | |
13 | 14 | </parent> |
14 | 15 | |
15 | 16 | <name>Framework Parent</name> | ... | ... |
parent/minimal/pom.xml
... | ... | @@ -54,6 +54,18 @@ |
54 | 54 | utiliza o Demoiselle herde deste POM ou de uma de suas especializações. |
55 | 55 | </description> |
56 | 56 | |
57 | + <dependencyManagement> | |
58 | + <dependencies> | |
59 | + <dependency> | |
60 | + <groupId>br.gov.frameworkdemoiselle</groupId> | |
61 | + <artifactId>demoiselle-framework-bom</artifactId> | |
62 | + <version>2.3.0-RC2-SNAPSHOT</version> | |
63 | + <type>pom</type> | |
64 | + <scope>import</scope> | |
65 | + </dependency> | |
66 | + </dependencies> | |
67 | + </dependencyManagement> | |
68 | + | |
57 | 69 | <build> |
58 | 70 | <plugins> |
59 | 71 | <plugin> | ... | ... |
parent/se/pom.xml
... | ... | @@ -43,9 +43,9 @@ |
43 | 43 | |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | - <artifactId>demoiselle-minimal-parent</artifactId> | |
46 | + <artifactId>demoiselle-extension-parent</artifactId> | |
47 | 47 | <version>2.3.0-RC2-SNAPSHOT</version> |
48 | - <relativePath>../minimal</relativePath> | |
48 | + <relativePath>../../../parent/extension</relativePath> | |
49 | 49 | </parent> |
50 | 50 | |
51 | 51 | <name>SE Parent</name> | ... | ... |
parent/servlet/pom.xml
... | ... | @@ -43,9 +43,9 @@ |
43 | 43 | |
44 | 44 | <parent> |
45 | 45 | <groupId>br.gov.frameworkdemoiselle</groupId> |
46 | - <artifactId>demoiselle-minimal-parent</artifactId> | |
46 | + <artifactId>demoiselle-extension-parent</artifactId> | |
47 | 47 | <version>2.3.0-RC2-SNAPSHOT</version> |
48 | - <relativePath>../minimal</relativePath> | |
48 | + <relativePath>../extension</relativePath> | |
49 | 49 | </parent> |
50 | 50 | |
51 | 51 | <name>Servlet Parent</name> | ... | ... |
pom.xml
... | ... | @@ -56,12 +56,6 @@ |
56 | 56 | </description> |
57 | 57 | |
58 | 58 | <modules> |
59 | - <module>impl/core</module> | |
60 | - <module>impl/extension/jpa</module> | |
61 | - <module>impl/extension/jsf</module> | |
62 | - <module>impl/extension/jta</module> | |
63 | - <module>impl/extension/se</module> | |
64 | - <module>impl/extension/servlet</module> | |
65 | 59 | <module>parent/bom</module> |
66 | 60 | <module>parent/framework</module> |
67 | 61 | <module>parent/minimal</module> |
... | ... | @@ -70,6 +64,12 @@ |
70 | 64 | <module>parent/servlet</module> |
71 | 65 | <module>parent/se</module> |
72 | 66 | <module>parent/archetype</module> |
67 | + <module>impl/core</module> | |
68 | + <module>impl/extension/jpa</module> | |
69 | + <module>impl/extension/jsf</module> | |
70 | + <module>impl/extension/jta</module> | |
71 | + <module>impl/extension/se</module> | |
72 | + <module>impl/extension/servlet</module> | |
73 | 73 | <module>archetype/minimal</module> |
74 | 74 | <module>archetype/jsf-jpa</module> |
75 | 75 | <!-- | ... | ... |