File tree Expand file tree Collapse file tree 1 file changed +18
-20
lines changed Expand file tree Collapse file tree 1 file changed +18
-20
lines changed Original file line number Diff line number Diff line change 14
14
15
15
<name >Hibernate Tools Maven Plugin</name >
16
16
<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 >
19
18
20
19
<issueManagement >
21
20
<system >JIRA</system >
119
118
</execution >
120
119
</executions >
121
120
</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 >
140
138
</plugins >
141
139
</build >
142
140
You can’t perform that action at this time.
0 commit comments