-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add several tools for release #12
Conversation
@@ -7,8 +7,9 @@ | |||
<groupId>org.sqlflow</groupId> | |||
<artifactId>jsqlflow</artifactId> | |||
<packaging>jar</packaging> | |||
<version>1.0-SNAPSHOT</version> | |||
<version>0.0.1</version> |
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.
maybe the version start from 0.1.0
?
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.
Agree.
The pb
is being iterated. Let's update the version to 0.1.0
when the protocol is stabled.
@@ -7,8 +7,9 @@ | |||
<groupId>org.sqlflow</groupId> |
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.
Just confusion about the groupId
field, should it be sqlfow.org
?
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.
- mvn clean verify --batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true | ||
install: mvn clean verify -Dgpg.skip | ||
|
||
# TODO(weiguo) not tested yet |
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.
In fact, it will fail to run the script mvn ...
due to the incorrect gpg
configuration.
I left an issue #13
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.
LGTM
add several tools like(gpg,javadoc..) to release the pkg to sonatype.org central