Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call hpi:record-core-location #1894

Merged
merged 6 commits into from Oct 10, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions core/pom.xml
Expand Up @@ -647,6 +647,7 @@ THE SOFTWARE.
<execution>
<goals>
<goal>generate-taglib-interface</goal>
<goal>record-core-location</goal>
</goals>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -539,7 +539,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>1.116</version>
<version>1.120</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down