[JENKINS-10914] fixed

* removed travis config
* set method to package-private
* added copyright
This commit is contained in:
Robert Kleinschmager 2013-10-05 17:00:34 +02:00
parent afc856f491
commit b3ccd41317
2 changed files with 4 additions and 3 deletions

View File

@ -1 +0,0 @@
language: java

View File

@ -2,6 +2,7 @@
* The MIT License
*
* Copyright (c) 2011, Dominik Bartholdi
* Copyright (c) 2013, Robert Kleinschmager
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@ -40,6 +41,7 @@
* build.
*
* @author Dominik Bartholdi
* @author Robert Kleinschmager
* @version 0.9.0
*/
public class M2ReleaseArgumentInterceptorAction implements MavenArgumentInterceptorAction {
@ -78,8 +80,8 @@ public ArgumentListBuilder intercept(ArgumentListBuilder mavenargs, MavenModuleS
return internalIntercept(mavenargs, build.getProject().isIncrementalBuild());
}
//@PublicForTests
public ArgumentListBuilder internalIntercept(ArgumentListBuilder mavenArgumentListBuilder, boolean isIncrementalBuild) {
ArgumentListBuilder internalIntercept(ArgumentListBuilder mavenArgumentListBuilder, boolean isIncrementalBuild) {
ArgumentListBuilder returnListBuilder = new ArgumentListBuilder();
List<String> argumentList = mavenArgumentListBuilder.toList();