-
Notifications
You must be signed in to change notification settings - Fork 3
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
build updatesite with maven #221
base: master
Are you sure you want to change the base?
Conversation
- fixed updatesite to build feature & plugin - updated readme with new updatesite location
synced all package versions to the highest package version so that they can be updated automatically using maven
Update automatically using maven:
|
To create a new update site, run |
@khatchad, to test things out, please run: mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:update-eclipse-metadata -DnewVersion=1.5.0-SNAPSHOT
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.5.0-SNAPSHOT
mvn package |
<configuration> | ||
<source> | ||
<repository> | ||
<url>${project.build.directory}/repository</url> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going to be a problem considering our current update site location.
Congratulations 🍻. DeepCode analyzed your code in 0.311 seconds and we found no issues. Enjoy a moment of no bugs ☀️. 💬 This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues. |
No description provided.