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,6 +70,7 @@ | ||
| 70 | <artifactId>maven-site-plugin</artifactId> | 70 | <artifactId>maven-site-plugin</artifactId> |
| 71 | <configuration> | 71 | <configuration> |
| 72 | <skip>false</skip> | 72 | <skip>false</skip> |
| 73 | + <skipDeploy>false</skipDeploy> | ||
| 73 | </configuration> | 74 | </configuration> |
| 74 | </plugin> | 75 | </plugin> |
| 75 | <plugin> | 76 | <plugin> |
| @@ -94,6 +95,13 @@ | @@ -94,6 +95,13 @@ | ||
| 94 | </plugins> | 95 | </plugins> |
| 95 | </build> | 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 | <repositories> | 105 | <repositories> |
| 98 | <repository> | 106 | <repository> |
| 99 | <id>demoiselle.sourceforge.net</id> | 107 | <id>demoiselle.sourceforge.net</id> |
| @@ -103,7 +111,7 @@ | @@ -103,7 +111,7 @@ | ||
| 103 | </repositories> | 111 | </repositories> |
| 104 | 112 | ||
| 105 | <properties> | 113 | <properties> |
| 106 | - <project.id>framework</project.id> | 114 | + <project.alias>framework</project.alias> |
| 107 | <project.nextVersion>2.2.2-SNAPSHOT</project.nextVersion> | 115 | <project.nextVersion>2.2.2-SNAPSHOT</project.nextVersion> |
| 108 | </properties> | 116 | </properties> |
| 109 | </project> | 117 | </project> |