Commit b71eefea403467ba1459b58f02180c392fabeff5
1 parent
58f65a96
Exists in
master
Ajustes no build do site
Showing
1 changed file
with
9 additions
and
1 deletions
Show diff stats
pom.xml
... | ... | @@ -70,6 +70,7 @@ |
70 | 70 | <artifactId>maven-site-plugin</artifactId> |
71 | 71 | <configuration> |
72 | 72 | <skip>false</skip> |
73 | + <skipDeploy>false</skipDeploy> | |
73 | 74 | </configuration> |
74 | 75 | </plugin> |
75 | 76 | <plugin> |
... | ... | @@ -94,6 +95,13 @@ |
94 | 95 | </plugins> |
95 | 96 | </build> |
96 | 97 | |
98 | + <distributionManagement> | |
99 | + <site> | |
100 | + <id>demoiselle.sourceforge.net</id> | |
101 | + <url>${site.url}</url> | |
102 | + </site> | |
103 | + </distributionManagement> | |
104 | + | |
97 | 105 | <repositories> |
98 | 106 | <repository> |
99 | 107 | <id>demoiselle.sourceforge.net</id> |
... | ... | @@ -103,7 +111,7 @@ |
103 | 111 | </repositories> |
104 | 112 | |
105 | 113 | <properties> |
106 | - <project.id>framework</project.id> | |
114 | + <project.alias>framework</project.alias> | |
107 | 115 | <project.nextVersion>2.2.2-SNAPSHOT</project.nextVersion> |
108 | 116 | </properties> |
109 | 117 | </project> | ... | ... |