Skip to content

Added a pom flag that includes a generic pom.xml to the root #1

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

Merged
merged 1 commit into from
Jun 11, 2015

Conversation

tomivirkki
Copy link
Contributor

Review on Reviewable

@@ -199,4 +199,8 @@ gulp.task('copy-files', ['copy:src', 'copy:resources']);

gulp.task('default', function(){
runSequence('clean', 'bower:install', 'generate', 'copy:lib');

if (args.pom) {
return gulp.src(__dirname + "/pom/pom.xml").pipe(gulp.dest(process.cwd()));
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be extracted to a task called copy:pom and the if(args.pom) should be used to decide which tasks to run.

@Saulis
Copy link
Contributor

Saulis commented Jun 11, 2015

Review status: :shipit: all files reviewed, all discussions resolved, all commit checks successful.
Reviewed files:

  • .npmignore @ r1
  • bin/metathesis.js @ r1
  • gulpfile.js @ r1
  • pom/pom.xml @ r1

Comments from the review on Reviewable.io

Saulis added a commit that referenced this pull request Jun 11, 2015
Added a pom flag that includes a generic pom.xml to the root
@Saulis Saulis merged commit 6a2ea04 into master Jun 11, 2015
@Saulis Saulis deleted the feature/pom branch June 11, 2015 05:52
@cwayfinder cwayfinder mentioned this pull request Nov 4, 2015
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