Skip to content

Commit 80fb859

Browse files
committed
HBX-1537 Configure the site plugin
1 parent 6923161 commit 80fb859

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

maven-plugin/pom.xml

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
<name>Hibernate Tools Maven Plugin</name>
1616
<description>Maven plugin to provide hibernate-tools reverse engineering and code/schema generation abilities.</description>
17-
<!-- TODO: Site to be migrated -->
18-
<url>https://stadler.github.io/hibernate-tools-maven-plugin/</url>
17+
<url>https://hibernate.github.io/hibernate-tools/</url>
1918

2019
<issueManagement>
2120
<system>JIRA</system>
@@ -119,24 +118,23 @@
119118
</execution>
120119
</executions>
121120
</plugin>
122-
<!-- TODO: To be integrated into hibernate-tools site -->
123-
<!--<plugin>-->
124-
<!--<groupId>com.github.github</groupId>-->
125-
<!--<artifactId>site-maven-plugin</artifactId>-->
126-
<!--<version>${site-maven-plugin.version}</version>-->
127-
<!--<executions>-->
128-
<!--<execution>-->
129-
<!--<goals>-->
130-
<!--<goal>site</goal>-->
131-
<!--</goals>-->
132-
<!--<phase>site-deploy</phase>-->
133-
<!--<configuration>-->
134-
<!--<server>github</server>-->
135-
<!--<message>Creating site for ${project.version}</message>-->
136-
<!--</configuration>-->
137-
<!--</execution>-->
138-
<!--</executions>-->
139-
<!--</plugin>-->
121+
<plugin>
122+
<groupId>com.github.github</groupId>
123+
<artifactId>site-maven-plugin</artifactId>
124+
<version>${site-maven-plugin.version}</version>
125+
<executions>
126+
<execution>
127+
<goals>
128+
<goal>site</goal>
129+
</goals>
130+
<phase>site-deploy</phase>
131+
<configuration>
132+
<server>github</server>
133+
<message>Creating site for ${project.version}</message>
134+
</configuration>
135+
</execution>
136+
</executions>
137+
</plugin>
140138
</plugins>
141139
</build>
142140

0 commit comments

Comments
 (0)