Commit c18b72746da30e1dd9dc5ca934f22e37e804dae0
1 parent
b5cc3e08
Exists in
master
Ajuste na automatização do upload da documentação
Showing
2 changed files
with
10 additions
and
2 deletions
Show diff stats
documentation/quickstart/pom.xml
... | ... | @@ -39,7 +39,7 @@ |
39 | 39 | |
40 | 40 | <modelVersion>4.0.0</modelVersion> |
41 | 41 | |
42 | - <artifactId>demoiselle-quickstart</artifactId> | |
42 | + <artifactId>demoiselle-framework-quickstart</artifactId> | |
43 | 43 | <packaging>jdocbook</packaging> |
44 | 44 | <version>2.2.1-SNAPSHOT</version> |
45 | 45 | |
... | ... | @@ -64,4 +64,8 @@ |
64 | 64 | </plugin> |
65 | 65 | </plugins> |
66 | 66 | </build> |
67 | + | |
68 | + <properties> | |
69 | + <project.context>framework/quickstart</project.context> | |
70 | + </properties> | |
67 | 71 | </project> | ... | ... |
documentation/reference/pom.xml
... | ... | @@ -39,7 +39,7 @@ |
39 | 39 | |
40 | 40 | <modelVersion>4.0.0</modelVersion> |
41 | 41 | |
42 | - <artifactId>demoiselle-reference</artifactId> | |
42 | + <artifactId>demoiselle-framework-reference</artifactId> | |
43 | 43 | <packaging>jdocbook</packaging> |
44 | 44 | <version>2.2.1-SNAPSHOT</version> |
45 | 45 | |
... | ... | @@ -64,4 +64,8 @@ |
64 | 64 | </plugin> |
65 | 65 | </plugins> |
66 | 66 | </build> |
67 | + | |
68 | + <properties> | |
69 | + <project.context>framework/reference</project.context> | |
70 | + </properties> | |
67 | 71 | </project> | ... | ... |