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

Change the package command for building PMD #6

Merged
merged 2 commits into from
May 24, 2018

Conversation

djydewang
Copy link
Member

No description provided.

@adangel adangel self-assigned this May 23, 2018
Copy link
Member

@adangel adangel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! 👍

@adangel adangel changed the title Change the package command Change the package command for building PMD May 23, 2018
Copy link
Member

@adangel adangel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost - there is a little fix needed....

@@ -57,7 +57,8 @@ def get_pmd_binary_file
checkout_cmd = "git checkout #@pmd_branch_name"
Cmd.execute(checkout_cmd)

package_cmd = './mvnw clean package -Dpmd.test.skip=true -Dpmd.skip=true -Dmaven.test.skip=true'
package_cmd = './mvnw clean package -Dpmd.skip=true -Dmaven.test.skip=true' +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, there is a missing space between -Dmaven.test.skip=true and -Dmaven.checkstyle.skip=true...

@adangel adangel merged commit 2b67dad into pmd:master May 24, 2018
adangel added a commit that referenced this pull request May 24, 2018
@djydewang djydewang deleted the pmd_command branch May 25, 2018 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants