diff --git a/src/it/projects/MSHADE-462/all/pom.xml b/src/it/projects/MSHADE-462/all/pom.xml new file mode 100644 index 00000000..21ec0acd --- /dev/null +++ b/src/it/projects/MSHADE-462/all/pom.xml @@ -0,0 +1,74 @@ + + + + + + org.apache.maven.its.shade.sa + mshade-462 + 1.0-SNAPSHOT + ../pom.xml + + + 4.0.0 + all + jar + + + + + org.apache.maven.its.shade.sa + one + ${project.version} + compile + true + + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.5.1 + + + package + + shade + + + + + true + false + false + + + org.apache.maven.its.shade.sa:one + + + + + + + diff --git a/src/it/projects/MSHADE-462/invoker.properties b/src/it/projects/MSHADE-462/invoker.properties new file mode 100644 index 00000000..2c447d0e --- /dev/null +++ b/src/it/projects/MSHADE-462/invoker.properties @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +invoker.timeoutInSeconds=60 +invoker.goals = clean install diff --git a/src/it/projects/MSHADE-462/one/pom.xml b/src/it/projects/MSHADE-462/one/pom.xml new file mode 100644 index 00000000..d018ad3b --- /dev/null +++ b/src/it/projects/MSHADE-462/one/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + + org.apache.maven.its.shade.sa + mshade-462 + 1.0-SNAPSHOT + + + one + jar + + diff --git a/src/it/projects/MSHADE-462/one/src/main/java/org/apache/one/One.java b/src/it/projects/MSHADE-462/one/src/main/java/org/apache/one/One.java new file mode 100644 index 00000000..9e45d465 --- /dev/null +++ b/src/it/projects/MSHADE-462/one/src/main/java/org/apache/one/One.java @@ -0,0 +1,24 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +package org.apache.one; + +public class One { + +} \ No newline at end of file diff --git a/src/it/projects/MSHADE-462/pom.xml b/src/it/projects/MSHADE-462/pom.xml new file mode 100644 index 00000000..f4b96890 --- /dev/null +++ b/src/it/projects/MSHADE-462/pom.xml @@ -0,0 +1,72 @@ + + + + + org.apache + apache + 31 + + 4.0.0 + + org.apache.maven.its.shade.sa + mshade-462 + 1.0-SNAPSHOT + pom + + + UTF-8 + + + + + + org.apache.maven.its.shade.sa + one + ${project.version} + + + + + + one + all + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.12.1 + + + -proc:none + -parameters + + true + 1.8 + 1.8 + UTF-8 + + + + + + \ No newline at end of file