File tree Expand file tree Collapse file tree 27 files changed +0
-512
lines changed
main/java/org/apache/maven/plugins/invoker
test/java/org/apache/maven/plugins/invoker Expand file tree Collapse file tree 27 files changed +0
-512
lines changed Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
import java .io .BufferedWriter ;
41
22
import java .io .File ;
42
23
import java .io .FileInputStream ;
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
import java .util .Collection ;
41
22
import java .util .HashMap ;
42
23
import java .util .Map ;
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
import java .io .File ;
41
22
import java .io .IOException ;
42
23
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
import java .io .File ;
41
22
import java .io .IOException ;
42
23
import java .util .Collection ;
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
import org .apache .maven .plugin .MojoFailureException ;
41
22
import org .apache .maven .plugins .annotations .LifecyclePhase ;
42
23
import org .apache .maven .plugins .annotations .Mojo ;
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
import org .apache .maven .plugin .MojoFailureException ;
41
22
import org .apache .maven .plugins .annotations .LifecyclePhase ;
42
23
import org .apache .maven .plugins .annotations .Mojo ;
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
import java .io .File ;
41
22
import java .util .Arrays ;
42
23
import java .util .Collection ;
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
21
40
22
import java .io .File ;
41
23
import java .io .IOException ;
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
import java .io .File ;
41
22
import java .io .FileReader ;
42
23
import java .io .IOException ;
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
import java .util .HashMap ;
41
22
import java .util .Map ;
42
23
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
import java .util .LinkedHashMap ;
41
22
import java .util .List ;
42
23
import java .util .Map ;
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
import java .io .File ;
41
22
import java .io .IOException ;
42
23
import java .io .Reader ;
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
import java .io .File ;
41
22
import java .io .IOException ;
42
23
import java .io .Reader ;
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
import java .io .File ;
41
22
import java .io .FilenameFilter ;
42
23
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .apache .maven .plugins .invoker ;
20
20
21
- /*
22
- * Licensed to the Apache Software Foundation (ASF) under one
23
- * or more contributor license agreements. See the NOTICE file
24
- * distributed with this work for additional information
25
- * regarding copyright ownership. The ASF licenses this file
26
- * to you under the Apache License, Version 2.0 (the
27
- * "License"); you may not use this file except in compliance
28
- * with the License. You may obtain a copy of the License at
29
- *
30
- * http://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing,
33
- * software distributed under the License is distributed on an
34
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- * KIND, either express or implied. See the License for the
36
- * specific language governing permissions and limitations
37
- * under the License.
38
- */
39
-
40
21
/**
41
22
* Provide an error during test invocation.
42
23
*
You can’t perform that action at this time.
0 commit comments