http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-1/pom.xml.sample ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-1/pom.xml.sample b/archetype-common/src/test/resources/projects/create-1/pom.xml.sample deleted file mode 100644 index 0fa55d5..0000000 --- a/archetype-common/src/test/resources/projects/create-1/pom.xml.sample +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-1</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>Maven archetype Test create-1</name> - <packaging>pom</packaging> - -</project>
http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-1/src/main/java/archetype/subfolder1/App.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-1/src/main/java/archetype/subfolder1/App.java b/archetype-common/src/test/resources/projects/create-1/src/main/java/archetype/subfolder1/App.java deleted file mode 100644 index 06874d9..0000000 --- a/archetype-common/src/test/resources/projects/create-1/src/main/java/archetype/subfolder1/App.java +++ /dev/null @@ -1,2 +0,0 @@ -package archetype.subfolder1; -// A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-1/src/main/java/archetype/subfolder2/App.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-1/src/main/java/archetype/subfolder2/App.java b/archetype-common/src/test/resources/projects/create-1/src/main/java/archetype/subfolder2/App.java deleted file mode 100644 index 4007b6a..0000000 --- a/archetype-common/src/test/resources/projects/create-1/src/main/java/archetype/subfolder2/App.java +++ /dev/null @@ -1 +0,0 @@ -package archetype.subfolder2; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-1/src/main/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-1/src/main/resources/log4j.properties b/archetype-common/src/test/resources/projects/create-1/src/main/resources/log4j.properties deleted file mode 100644 index 6262c8c..0000000 --- a/archetype-common/src/test/resources/projects/create-1/src/main/resources/log4j.properties +++ /dev/null @@ -1 +0,0 @@ -#archetype http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-1/src/main/webapp/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-1/src/main/webapp/WEB-INF/web.xml b/archetype-common/src/test/resources/projects/create-1/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 6f65b31..0000000 --- a/archetype-common/src/test/resources/projects/create-1/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,3 +0,0 @@ -<!-- -archetype ---> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-1/src/site/site.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-1/src/site/site.xml b/archetype-common/src/test/resources/projects/create-1/src/site/site.xml deleted file mode 100644 index 6f65b31..0000000 --- a/archetype-common/src/test/resources/projects/create-1/src/site/site.xml +++ /dev/null @@ -1,3 +0,0 @@ -<!-- -archetype ---> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-1/src/test/java/archetype/test/AppTest.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-1/src/test/java/archetype/test/AppTest.java b/archetype-common/src/test/resources/projects/create-1/src/test/java/archetype/test/AppTest.java deleted file mode 100644 index ba3efaf..0000000 --- a/archetype-common/src/test/resources/projects/create-1/src/test/java/archetype/test/AppTest.java +++ /dev/null @@ -1 +0,0 @@ -package archetype.test; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-1/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-1/src/test/resources/log4j.properties b/archetype-common/src/test/resources/projects/create-1/src/test/resources/log4j.properties deleted file mode 100644 index 6262c8c..0000000 --- a/archetype-common/src/test/resources/projects/create-1/src/test/resources/log4j.properties +++ /dev/null @@ -1 +0,0 @@ -#archetype http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-2/archetype.properties.sample ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-2/archetype.properties.sample b/archetype-common/src/test/resources/projects/create-2/archetype.properties.sample deleted file mode 100644 index 40033c5..0000000 --- a/archetype-common/src/test/resources/projects/create-2/archetype.properties.sample +++ /dev/null @@ -1,8 +0,0 @@ -archetype.groupId=org.codehaus.mojo.archetypes -archetype.artifactId=maven-archetype-test -archetype.version=1.0 -groupId=org.apache.maven.archetype.test -artifactId=test-create-2 -version=1.0-SNAPSHOT -package=org.apache.maven.archetype -someProperty=A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-2/pom.xml.sample ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-2/pom.xml.sample b/archetype-common/src/test/resources/projects/create-2/pom.xml.sample deleted file mode 100644 index afdcb33..0000000 --- a/archetype-common/src/test/resources/projects/create-2/pom.xml.sample +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-2</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>Maven archetype Test create-2</name> - <packaging>pom</packaging> - - <modules> - <module>subModule</module> - </modules> -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-2/src/it-test/java/org/apache/maven/archetype/subfolder1/App.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-2/src/it-test/java/org/apache/maven/archetype/subfolder1/App.java b/archetype-common/src/test/resources/projects/create-2/src/it-test/java/org/apache/maven/archetype/subfolder1/App.java deleted file mode 100644 index b8fa8f2..0000000 --- a/archetype-common/src/test/resources/projects/create-2/src/it-test/java/org/apache/maven/archetype/subfolder1/App.java +++ /dev/null @@ -1,2 +0,0 @@ -package org.apache.maven.archetype.subfolder1; -// A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-2/src/it-test/java/org/apache/maven/archetype/subfolder2/App.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-2/src/it-test/java/org/apache/maven/archetype/subfolder2/App.java b/archetype-common/src/test/resources/projects/create-2/src/it-test/java/org/apache/maven/archetype/subfolder2/App.java deleted file mode 100644 index 826187d..0000000 --- a/archetype-common/src/test/resources/projects/create-2/src/it-test/java/org/apache/maven/archetype/subfolder2/App.java +++ /dev/null @@ -1 +0,0 @@ -package org.apache.maven.archetype.subfolder2; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-2/src/it-test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-2/src/it-test/resources/log4j.properties b/archetype-common/src/test/resources/projects/create-2/src/it-test/resources/log4j.properties deleted file mode 100644 index 1388ff5..0000000 --- a/archetype-common/src/test/resources/projects/create-2/src/it-test/resources/log4j.properties +++ /dev/null @@ -1 +0,0 @@ -#org.apache.maven.archetype http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-2/src/main/java/org/apache/maven/archetype/subfolder1/App.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-2/src/main/java/org/apache/maven/archetype/subfolder1/App.java b/archetype-common/src/test/resources/projects/create-2/src/main/java/org/apache/maven/archetype/subfolder1/App.java deleted file mode 100644 index b8fa8f2..0000000 --- a/archetype-common/src/test/resources/projects/create-2/src/main/java/org/apache/maven/archetype/subfolder1/App.java +++ /dev/null @@ -1,2 +0,0 @@ -package org.apache.maven.archetype.subfolder1; -// A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-2/src/main/java/org/apache/maven/archetype/subfolder2/App.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-2/src/main/java/org/apache/maven/archetype/subfolder2/App.java b/archetype-common/src/test/resources/projects/create-2/src/main/java/org/apache/maven/archetype/subfolder2/App.java deleted file mode 100644 index 826187d..0000000 --- a/archetype-common/src/test/resources/projects/create-2/src/main/java/org/apache/maven/archetype/subfolder2/App.java +++ /dev/null @@ -1 +0,0 @@ -package org.apache.maven.archetype.subfolder2; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-2/src/main/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-2/src/main/resources/log4j.properties b/archetype-common/src/test/resources/projects/create-2/src/main/resources/log4j.properties deleted file mode 100644 index 1388ff5..0000000 --- a/archetype-common/src/test/resources/projects/create-2/src/main/resources/log4j.properties +++ /dev/null @@ -1 +0,0 @@ -#org.apache.maven.archetype http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-2/src/main/webapp/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-2/src/main/webapp/WEB-INF/web.xml b/archetype-common/src/test/resources/projects/create-2/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index 850b106..0000000 --- a/archetype-common/src/test/resources/projects/create-2/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,3 +0,0 @@ -<!-- -org.apache.maven.archetype ---> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-2/src/site/site.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-2/src/site/site.xml b/archetype-common/src/test/resources/projects/create-2/src/site/site.xml deleted file mode 100644 index 850b106..0000000 --- a/archetype-common/src/test/resources/projects/create-2/src/site/site.xml +++ /dev/null @@ -1,3 +0,0 @@ -<!-- -org.apache.maven.archetype ---> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-2/src/test/java/org/apache/maven/archetype/test/AppTest.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-2/src/test/java/org/apache/maven/archetype/test/AppTest.java b/archetype-common/src/test/resources/projects/create-2/src/test/java/org/apache/maven/archetype/test/AppTest.java deleted file mode 100644 index 1acd419..0000000 --- a/archetype-common/src/test/resources/projects/create-2/src/test/java/org/apache/maven/archetype/test/AppTest.java +++ /dev/null @@ -1 +0,0 @@ -package org.apache.maven.archetype.test; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-2/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-2/src/test/resources/log4j.properties b/archetype-common/src/test/resources/projects/create-2/src/test/resources/log4j.properties deleted file mode 100644 index 1388ff5..0000000 --- a/archetype-common/src/test/resources/projects/create-2/src/test/resources/log4j.properties +++ /dev/null @@ -1 +0,0 @@ -#org.apache.maven.archetype http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-2/subModule/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-2/subModule/pom.xml b/archetype-common/src/test/resources/projects/create-2/subModule/pom.xml deleted file mode 100644 index 9ebc355..0000000 --- a/archetype-common/src/test/resources/projects/create-2/subModule/pom.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-2</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - - <artifactId>test-create-2</artifactId> - <name>Maven archetype Test create-2-subModule</name> - <packaging>pom</packaging> - -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/.classpath ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/.classpath b/archetype-common/src/test/resources/projects/create-3/.classpath deleted file mode 100644 index 807b540..0000000 --- a/archetype-common/src/test/resources/projects/create-3/.classpath +++ /dev/null @@ -1,2 +0,0 @@ -org/apache/maven/archetype/test -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/pom.xml b/archetype-common/src/test/resources/projects/create-3/application/pom.xml deleted file mode 100644 index 25d6fe3..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/pom.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-3</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - <name>Maven archetype Test create-3-application</name> - <artifactId>test-create-3-application</artifactId> - <packaging>jar</packaging> -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/src/it-test/java/ItTestAll.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/src/it-test/java/ItTestAll.java b/archetype-common/src/test/resources/projects/create-3/application/src/it-test/java/ItTestAll.java deleted file mode 100644 index 807b540..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/src/it-test/java/ItTestAll.java +++ /dev/null @@ -1,2 +0,0 @@ -org/apache/maven/archetype/test -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/src/it-test/java/org/apache/maven/archetype/test/ItTest1.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/src/it-test/java/org/apache/maven/archetype/test/ItTest1.java b/archetype-common/src/test/resources/projects/create-3/application/src/it-test/java/org/apache/maven/archetype/test/ItTest1.java deleted file mode 100644 index 6608ef5..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/src/it-test/java/org/apache/maven/archetype/test/ItTest1.java +++ /dev/null @@ -1,3 +0,0 @@ -package org.apache.maven.archetype.test; -org/apache/maven/archetype/test -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/src/it-test/resources/ItTest1Result.txt ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/src/it-test/resources/ItTest1Result.txt b/archetype-common/src/test/resources/projects/create-3/application/src/it-test/resources/ItTest1Result.txt deleted file mode 100644 index c0e3f93..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/src/it-test/resources/ItTest1Result.txt +++ /dev/null @@ -1,3 +0,0 @@ -A String to search for - -org/apache/maven/archetype/test \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/src/main/java/Main.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/src/main/java/Main.java b/archetype-common/src/test/resources/projects/create-3/application/src/main/java/Main.java deleted file mode 100644 index 807b540..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/src/main/java/Main.java +++ /dev/null @@ -1,2 +0,0 @@ -org/apache/maven/archetype/test -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/src/main/java/org/apache/maven/archetype/test/application/Application.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/src/main/java/org/apache/maven/archetype/test/application/Application.java b/archetype-common/src/test/resources/projects/create-3/application/src/main/java/org/apache/maven/archetype/test/application/Application.java deleted file mode 100644 index ad47b5d..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/src/main/java/org/apache/maven/archetype/test/application/Application.java +++ /dev/null @@ -1,3 +0,0 @@ -package org.apache.maven.archetype.test.application; -org/apache/maven/archetype/test/application -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/src/main/java/org/apache/maven/archetype/test/application/audios/Application.ogg ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/src/main/java/org/apache/maven/archetype/test/application/audios/Application.ogg b/archetype-common/src/test/resources/projects/create-3/application/src/main/java/org/apache/maven/archetype/test/application/audios/Application.ogg deleted file mode 100644 index 9598629..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/src/main/java/org/apache/maven/archetype/test/application/audios/Application.ogg +++ /dev/null @@ -1 +0,0 @@ -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/src/main/java/org/apache/maven/archetype/test/application/images/Application.png ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/src/main/java/org/apache/maven/archetype/test/application/images/Application.png b/archetype-common/src/test/resources/projects/create-3/application/src/main/java/org/apache/maven/archetype/test/application/images/Application.png deleted file mode 100644 index 9598629..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/src/main/java/org/apache/maven/archetype/test/application/images/Application.png +++ /dev/null @@ -1 +0,0 @@ -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/META-INF/MANIFEST.MF ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/META-INF/MANIFEST.MF b/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/META-INF/MANIFEST.MF deleted file mode 100644 index 807b540..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/META-INF/MANIFEST.MF +++ /dev/null @@ -1,2 +0,0 @@ -org/apache/maven/archetype/test -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/log4j.properties b/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/log4j.properties deleted file mode 100644 index 807b540..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/log4j.properties +++ /dev/null @@ -1,2 +0,0 @@ -org/apache/maven/archetype/test -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/org/apache/maven/archetype/test/application/some/Gro.groovy ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/org/apache/maven/archetype/test/application/some/Gro.groovy b/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/org/apache/maven/archetype/test/application/some/Gro.groovy deleted file mode 100644 index 0d4c89d..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/org/apache/maven/archetype/test/application/some/Gro.groovy +++ /dev/null @@ -1,2 +0,0 @@ -org/apache/maven/archetype/test -A String to search for http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/splash.png ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/splash.png b/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/splash.png deleted file mode 100644 index 9598629..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/src/main/resources/splash.png +++ /dev/null @@ -1 +0,0 @@ -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/src/test/java/TestAll.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/src/test/java/TestAll.java b/archetype-common/src/test/resources/projects/create-3/application/src/test/java/TestAll.java deleted file mode 100644 index 807b540..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/src/test/java/TestAll.java +++ /dev/null @@ -1,2 +0,0 @@ -org/apache/maven/archetype/test -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/application/src/test/java/org/apache/maven/archetype/test/application/ApplicationTest.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/application/src/test/java/org/apache/maven/archetype/test/application/ApplicationTest.java b/archetype-common/src/test/resources/projects/create-3/application/src/test/java/org/apache/maven/archetype/test/application/ApplicationTest.java deleted file mode 100644 index ad47b5d..0000000 --- a/archetype-common/src/test/resources/projects/create-3/application/src/test/java/org/apache/maven/archetype/test/application/ApplicationTest.java +++ /dev/null @@ -1,3 +0,0 @@ -package org.apache.maven.archetype.test.application; -org/apache/maven/archetype/test/application -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/archetype.properties.sample ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/archetype.properties.sample b/archetype-common/src/test/resources/projects/create-3/archetype.properties.sample deleted file mode 100644 index be07e6e..0000000 --- a/archetype-common/src/test/resources/projects/create-3/archetype.properties.sample +++ /dev/null @@ -1,10 +0,0 @@ -archetype.groupId=org.codehaus.mojo.archetypes -archetype.artifactId=maven-archetype-test -archetype.version=1.0 - -groupId=org.apache.maven.archetype.test -artifactId=test-create-3 -version=1.0-SNAPSHOT -package=org.apache.maven.archetype - -someProperty=A String to search for http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/libs/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/libs/pom.xml b/archetype-common/src/test/resources/projects/create-3/libs/pom.xml deleted file mode 100644 index 2c729ec..0000000 --- a/archetype-common/src/test/resources/projects/create-3/libs/pom.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-3</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - <name>Maven archetype Test create-3-libraries</name> - <artifactId>test-create-3-libraries</artifactId> - <packaging>pom</packaging> - <modules> - <module>prj-a</module> - <module>prj-b</module> - </modules> -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/libs/prj-a/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/libs/prj-a/pom.xml b/archetype-common/src/test/resources/projects/create-3/libs/prj-a/pom.xml deleted file mode 100644 index 7a2e5b5..0000000 --- a/archetype-common/src/test/resources/projects/create-3/libs/prj-a/pom.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-3-libraries</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - <name>Maven archetype Test create-3-libraries-project-a</name> - <artifactId>test-create-3-libraries-project-a</artifactId> - <packaging>jar</packaging> -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/libs/prj-a/src/main/mdo/descriptor.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/libs/prj-a/src/main/mdo/descriptor.xml b/archetype-common/src/test/resources/projects/create-3/libs/prj-a/src/main/mdo/descriptor.xml deleted file mode 100644 index d90c7e7..0000000 --- a/archetype-common/src/test/resources/projects/create-3/libs/prj-a/src/main/mdo/descriptor.xml +++ /dev/null @@ -1,2 +0,0 @@ -<!-- org/apache/maven/archetype/test -A String to search for --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/libs/prj-b/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/libs/prj-b/pom.xml b/archetype-common/src/test/resources/projects/create-3/libs/prj-b/pom.xml deleted file mode 100644 index 15d7eda..0000000 --- a/archetype-common/src/test/resources/projects/create-3/libs/prj-b/pom.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-3-libraries</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - <name>Maven archetype Test create-3-libraries-project-b</name> - <artifactId>test-create-3-libraries-project-b</artifactId> - <packaging>jar</packaging> -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/libs/prj-b/src/main/java/org/apache/maven/archetype/test/com/Component.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/libs/prj-b/src/main/java/org/apache/maven/archetype/test/com/Component.java b/archetype-common/src/test/resources/projects/create-3/libs/prj-b/src/main/java/org/apache/maven/archetype/test/com/Component.java deleted file mode 100644 index bea4d6e..0000000 --- a/archetype-common/src/test/resources/projects/create-3/libs/prj-b/src/main/java/org/apache/maven/archetype/test/com/Component.java +++ /dev/null @@ -1,3 +0,0 @@ -package org.apache.maven.archetype.test.com; -org/apache/maven/archetype/test/com -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/libs/prj-b/src/main/java/org/apache/maven/archetype/test/com/package.html ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/libs/prj-b/src/main/java/org/apache/maven/archetype/test/com/package.html b/archetype-common/src/test/resources/projects/create-3/libs/prj-b/src/main/java/org/apache/maven/archetype/test/com/package.html deleted file mode 100644 index d90c7e7..0000000 --- a/archetype-common/src/test/resources/projects/create-3/libs/prj-b/src/main/java/org/apache/maven/archetype/test/com/package.html +++ /dev/null @@ -1,2 +0,0 @@ -<!-- org/apache/maven/archetype/test -A String to search for --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/libs/prj-b/src/test/java/org/apache/maven/archetype/test/common/ComponentTest.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/libs/prj-b/src/test/java/org/apache/maven/archetype/test/common/ComponentTest.java b/archetype-common/src/test/resources/projects/create-3/libs/prj-b/src/test/java/org/apache/maven/archetype/test/common/ComponentTest.java deleted file mode 100644 index 06e91ba..0000000 --- a/archetype-common/src/test/resources/projects/create-3/libs/prj-b/src/test/java/org/apache/maven/archetype/test/common/ComponentTest.java +++ /dev/null @@ -1,3 +0,0 @@ -package org.apache.maven.archetype.test.common; -org/apache/maven/archetype/test/common -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/pom.xml.sample ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/pom.xml.sample b/archetype-common/src/test/resources/projects/create-3/pom.xml.sample deleted file mode 100644 index bad174b..0000000 --- a/archetype-common/src/test/resources/projects/create-3/pom.xml.sample +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-3</artifactId> - <version>1.0-SNAPSHOT</version> - <name>Maven archetype Test create-3</name> - <packaging>pom</packaging> - <modules> - <module>application</module> - <module>libs</module> - </modules> -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/profiles.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/profiles.xml b/archetype-common/src/test/resources/projects/create-3/profiles.xml deleted file mode 100644 index 1e0efde..0000000 --- a/archetype-common/src/test/resources/projects/create-3/profiles.xml +++ /dev/null @@ -1,4 +0,0 @@ -<!-- org/apache/maven/archetype/test -A String to search for --> -<profilesXml> -</profilesXml> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/src/site/apt/index.apt ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/src/site/apt/index.apt b/archetype-common/src/test/resources/projects/create-3/src/site/apt/index.apt deleted file mode 100644 index 807b540..0000000 --- a/archetype-common/src/test/resources/projects/create-3/src/site/apt/index.apt +++ /dev/null @@ -1,2 +0,0 @@ -org/apache/maven/archetype/test -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/src/site/resources/site.png ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/src/site/resources/site.png b/archetype-common/src/test/resources/projects/create-3/src/site/resources/site.png deleted file mode 100644 index 9598629..0000000 --- a/archetype-common/src/test/resources/projects/create-3/src/site/resources/site.png +++ /dev/null @@ -1 +0,0 @@ -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-3/src/site/site.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-3/src/site/site.xml b/archetype-common/src/test/resources/projects/create-3/src/site/site.xml deleted file mode 100644 index d90c7e7..0000000 --- a/archetype-common/src/test/resources/projects/create-3/src/site/site.xml +++ /dev/null @@ -1,2 +0,0 @@ -<!-- org/apache/maven/archetype/test -A String to search for --> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-4/archetype.properties.sample ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-4/archetype.properties.sample b/archetype-common/src/test/resources/projects/create-4/archetype.properties.sample deleted file mode 100644 index ab54213..0000000 --- a/archetype-common/src/test/resources/projects/create-4/archetype.properties.sample +++ /dev/null @@ -1,8 +0,0 @@ -archetype.groupId=org.codehaus.mojo.archetypes -archetype.artifactId=maven-archetype-test -archetype.version=1.0 -groupId=org.apache.maven.archetype.test -artifactId=test-create-4 -version=1.0-SNAPSHOT -package=org.apache.maven.archetype -someProperty=A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-4/pom.xml.sample ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-4/pom.xml.sample b/archetype-common/src/test/resources/projects/create-4/pom.xml.sample deleted file mode 100644 index a5cd406..0000000 --- a/archetype-common/src/test/resources/projects/create-4/pom.xml.sample +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-4</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>Maven archetype Test create-4 A String to search for</name> - <description>Some description A String to search for</description> - <packaging>pom</packaging> - - <modules> - <module>subModuleWar</module> - <module>subModuleEAR</module> - </modules> -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-4/subModuleEAR/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-4/subModuleEAR/pom.xml b/archetype-common/src/test/resources/projects/create-4/subModuleEAR/pom.xml deleted file mode 100644 index 4d004cf..0000000 --- a/archetype-common/src/test/resources/projects/create-4/subModuleEAR/pom.xml +++ /dev/null @@ -1,65 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-4-ear</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - - <artifactId>test-create-4-ear</artifactId> - <name>Maven archetype Test create-4-subModuleEAR</name> - <packaging>ear</packaging> - - <dependencies> - <dependency> - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-4-war</artifactId> - <version>1.0-SNAPSHOT</version> - <type>war</type> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-ear-plugin</artifactId> - <configuration> - <modules> - <webModule> - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-4-war</artifactId> - <contextRoot>test-create-4</contextRoot> - <bundleFileName>test-create-4.war</bundleFileName> - </webModule> - </modules> - </configuration> - </plugin> - </plugins> - </build> - -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-4/subModuleWar/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-4/subModuleWar/pom.xml b/archetype-common/src/test/resources/projects/create-4/subModuleWar/pom.xml deleted file mode 100644 index bc571f7..0000000 --- a/archetype-common/src/test/resources/projects/create-4/subModuleWar/pom.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-4-war</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - - <artifactId>test-create-4-war</artifactId> - <name>Maven archetype Test create-4-subModuleWar A String to search for</name> - <description>Some description A String to search for</description> - <packaging>war</packaging> - -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-5/archetype.properties.sample ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-5/archetype.properties.sample b/archetype-common/src/test/resources/projects/create-5/archetype.properties.sample deleted file mode 100644 index ce05498..0000000 --- a/archetype-common/src/test/resources/projects/create-5/archetype.properties.sample +++ /dev/null @@ -1,2 +0,0 @@ -archetype.groupId=archetypes -archetype.version=1.0 http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-5/dummy.file ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-5/dummy.file b/archetype-common/src/test/resources/projects/create-5/dummy.file deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/create-5/pom.xml.sample ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/create-5/pom.xml.sample b/archetype-common/src/test/resources/projects/create-5/pom.xml.sample deleted file mode 100644 index 7e2cc0e..0000000 --- a/archetype-common/src/test/resources/projects/create-5/pom.xml.sample +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>test-create-5</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>Maven archetype Test create-5</name> - <packaging>pom</packaging> - - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-ear-plugin</artifactId> - <version>2.10</version> - </plugin> - </plugins> - </pluginManagement> - </build> - -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/exclude-patterns/.toexclude/dummy.file ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/exclude-patterns/.toexclude/dummy.file b/archetype-common/src/test/resources/projects/exclude-patterns/.toexclude/dummy.file deleted file mode 100644 index 4c59ea2..0000000 --- a/archetype-common/src/test/resources/projects/exclude-patterns/.toexclude/dummy.file +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>exclude-patterns</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>Maven archetype Test ExcludePatterns Property</name> - <packaging>pom</packaging> - -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/exclude-patterns/archetype.properties.sample ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/exclude-patterns/archetype.properties.sample b/archetype-common/src/test/resources/projects/exclude-patterns/archetype.properties.sample deleted file mode 100644 index 96e11f7..0000000 --- a/archetype-common/src/test/resources/projects/exclude-patterns/archetype.properties.sample +++ /dev/null @@ -1,9 +0,0 @@ -archetype.groupId=org.codehaus.mojo.archetypes -archetype.artifactId=maven-archetype-test -archetype.version=1.0 -groupId=org.apache.maven.archetype.test -artifactId=change-file-with-property -version=1.0-SNAPSHOT -package=archetype -someProperty=App -excludePatterns=.toexclude/** http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/exclude-patterns/nottoexclude/dummy.file ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/exclude-patterns/nottoexclude/dummy.file b/archetype-common/src/test/resources/projects/exclude-patterns/nottoexclude/dummy.file deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/exclude-patterns/pom.xml.sample ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/exclude-patterns/pom.xml.sample b/archetype-common/src/test/resources/projects/exclude-patterns/pom.xml.sample deleted file mode 100644 index 4c59ea2..0000000 --- a/archetype-common/src/test/resources/projects/exclude-patterns/pom.xml.sample +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>exclude-patterns</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>Maven archetype Test ExcludePatterns Property</name> - <packaging>pom</packaging> - -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/include-file-with-no-extension/archetype.properties.sample ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/include-file-with-no-extension/archetype.properties.sample b/archetype-common/src/test/resources/projects/include-file-with-no-extension/archetype.properties.sample deleted file mode 100644 index e527799..0000000 --- a/archetype-common/src/test/resources/projects/include-file-with-no-extension/archetype.properties.sample +++ /dev/null @@ -1,8 +0,0 @@ -archetype.groupId=org.codehaus.mojo.archetypes -archetype.artifactId=maven-archetype-test -archetype.version=1.0 -archetype.languages=csharp -groupId=org.apache.maven.archetype.test -artifactId=test -version=1.0-SNAPSHOT -package=archetype http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/include-file-with-no-extension/pom.xml.sample ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/include-file-with-no-extension/pom.xml.sample b/archetype-common/src/test/resources/projects/include-file-with-no-extension/pom.xml.sample deleted file mode 100644 index 74e892e..0000000 --- a/archetype-common/src/test/resources/projects/include-file-with-no-extension/pom.xml.sample +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> -<project - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <groupId>org.apache.maven.archetype.test</groupId> - <artifactId>include-file-with-no-extension</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>Maven archetype Test Include A File With No Extension</name> - <packaging>pom</packaging> - -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/include-file-with-no-extension/src/main/csharp/filewithnoextension ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/include-file-with-no-extension/src/main/csharp/filewithnoextension b/archetype-common/src/test/resources/projects/include-file-with-no-extension/src/main/csharp/filewithnoextension deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-1-project/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-1-project/pom.xml b/archetype-common/src/test/resources/projects/roundtrip-1-project/pom.xml deleted file mode 100644 index 0931a6a..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-1-project/pom.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> - <project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.maven.test</groupId> - <artifactId>test-project-1</artifactId> - <packaging>jar</packaging> - <version>1.0</version> - <name>test-project-1</name> - <url>http://maven.apache.org</url> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - </dependencies> -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-1-project/src/main/java/org/apache/maven/test/App.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-1-project/src/main/java/org/apache/maven/test/App.java b/archetype-common/src/test/resources/projects/roundtrip-1-project/src/main/java/org/apache/maven/test/App.java deleted file mode 100644 index 89fd8b5..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-1-project/src/main/java/org/apache/maven/test/App.java +++ /dev/null @@ -1,31 +0,0 @@ -package org.apache.maven.test; - -/** - * Hello world! - * - */ -public class App -{ - public static void main( String[] args ) - { - System.out.println( "Hello World!" ); - //A #\{some} - //B #{some} - //C #{some other} - //D \#{some other} - //E #{} - //F {some} - //G ${someOtherProperty} - //H ${someValue} - /* - A #\{some} - B #{some} - C #{some other} - D \#{some other} - E #{} - F {some} - G ${someOtherProperty} - H ${someValue} - */ - } -} http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-1-project/src/test/java/org/apache/maven/test/AppTest.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-1-project/src/test/java/org/apache/maven/test/AppTest.java b/archetype-common/src/test/resources/projects/roundtrip-1-project/src/test/java/org/apache/maven/test/AppTest.java deleted file mode 100644 index b55bab0..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-1-project/src/test/java/org/apache/maven/test/AppTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package org.apache.maven.test; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -/** - * Unit test for simple App. - */ -public class AppTest - extends TestCase -{ - /** - * Create the test case - * - * @param testName name of the test case - */ - public AppTest( String testName ) - { - super( testName ); - } - - /** - * @return the suite of tests being tested - */ - public static Test suite() - { - return new TestSuite( AppTest.class ); - } - - /** - * Rigourous Test :-) - */ - public void testApp() - { - assertTrue( true ); - } -} http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-2-project/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-2-project/pom.xml b/archetype-common/src/test/resources/projects/roundtrip-2-project/pom.xml deleted file mode 100644 index f657dae..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-2-project/pom.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ~ 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. - --> - <project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.maven.test</groupId> - <artifactId>test-project-2</artifactId> - <packaging>jar</packaging> - <version>1.0</version> - <name>test-project-2</name> - <url>http://maven.apache.org</url> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - </dependencies> -</project> http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-2-project/src/main/java/org/apache/maven/test/App.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-2-project/src/main/java/org/apache/maven/test/App.java b/archetype-common/src/test/resources/projects/roundtrip-2-project/src/main/java/org/apache/maven/test/App.java deleted file mode 100644 index efdf66c..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-2-project/src/main/java/org/apache/maven/test/App.java +++ /dev/null @@ -1,13 +0,0 @@ -package projects.roundtrip-1-project_1.src.main.java.org.apache.maven.test; - -/** - * Hello world! - * - */ -public class App -{ - public static void main( String[] args ) - { - System.out.println( "Hello World!" ); - } -} http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-2-project/src/test/java/org/apache/maven/test/AppTest.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-2-project/src/test/java/org/apache/maven/test/AppTest.java b/archetype-common/src/test/resources/projects/roundtrip-2-project/src/test/java/org/apache/maven/test/AppTest.java deleted file mode 100644 index d41304a..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-2-project/src/test/java/org/apache/maven/test/AppTest.java +++ /dev/null @@ -1,38 +0,0 @@ -package projects.roundtrip-1-project_1.src.test.java.org.apache.maven.test; - -import junit.framework.Test; -import junit.framework.TestCase; -import junit.framework.TestSuite; - -/** - * Unit test for simple App. - */ -public class AppTest - extends TestCase -{ - /** - * Create the test case - * - * @param testName name of the test case - */ - public AppTest( String testName ) - { - super( testName ); - } - - /** - * @return the suite of tests being tested - */ - public static Test suite() - { - return new TestSuite( AppTest.class ); - } - - /** - * Rigourous Test :-) - */ - public void testApp() - { - assertTrue( true ); - } -} http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/.checkstyle ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/.checkstyle b/archetype-common/src/test/resources/projects/roundtrip-multi/.checkstyle deleted file mode 100644 index 407fd33..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/.checkstyle +++ /dev/null @@ -1 +0,0 @@ -azae \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/.classpath ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/.classpath b/archetype-common/src/test/resources/projects/roundtrip-multi/.classpath deleted file mode 100644 index 807b540..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/.classpath +++ /dev/null @@ -1,2 +0,0 @@ -org/apache/maven/archetype/test -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/pom.xml b/archetype-common/src/test/resources/projects/roundtrip-multi/pom.xml deleted file mode 100644 index 1d83426..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/pom.xml +++ /dev/null @@ -1,18 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - <groupId>com.company.proficio</groupId> - <artifactId>proficio</artifactId> - <version>1.0-SNAPSHOT</version> - - <name>proficio</name> - <packaging>pom</packaging> - - <modules> - <module>proficio-api</module> - <module>proficio-cli</module> - <module>proficio-core</module> - <module>proficio-model</module> - <module>proficio-stores</module> - </modules> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/.checkstyle ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/.checkstyle b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/.checkstyle deleted file mode 100644 index 407fd33..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/.checkstyle +++ /dev/null @@ -1 +0,0 @@ -azae \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/.classpath ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/.classpath b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/.classpath deleted file mode 100644 index 807b540..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/.classpath +++ /dev/null @@ -1,2 +0,0 @@ -org/apache/maven/archetype/test -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/pom.xml b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/pom.xml deleted file mode 100644 index e403475..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/pom.xml +++ /dev/null @@ -1,21 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>com.company.proficio</groupId> - <artifactId>proficio</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - - <artifactId>proficio-api</artifactId> - - <name>proficio api</name> - - <dependencies> - <dependency> - <groupId>com.company.proficio</groupId> - <artifactId>proficio-model</artifactId> - <version>1.0-SNAPSHOT</version> - </dependency> - </dependencies> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/src/main/java/com/company/proficio/api/Api.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/src/main/java/com/company/proficio/api/Api.java b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-api/src/main/java/com/company/proficio/api/Api.java deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/.checkstyle ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/.checkstyle b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/.checkstyle deleted file mode 100644 index 407fd33..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/.checkstyle +++ /dev/null @@ -1 +0,0 @@ -azae \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/.classpath ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/.classpath b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/.classpath deleted file mode 100644 index 807b540..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/.classpath +++ /dev/null @@ -1,2 +0,0 @@ -org/apache/maven/archetype/test -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/pom.xml b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/pom.xml deleted file mode 100644 index 7207ee0..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/pom.xml +++ /dev/null @@ -1,31 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>com.company.proficio</groupId> - <artifactId>proficio</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - - <artifactId>proficio-cli</artifactId> - - <name>proficio cli</name> - - <dependencies> - <dependency> - <groupId>com.company.proficio</groupId> - <artifactId>proficio-core</artifactId> - <version>1.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>com.company.proficio</groupId> - <artifactId>proficio-store-memory</artifactId> - <version>1.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>com.company.proficio</groupId> - <artifactId>proficio-store-xstream</artifactId> - <version>1.0-SNAPSHOT</version> - </dependency> - </dependencies> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/src/main/java/com/company/proficio/cli/Cli.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/src/main/java/com/company/proficio/cli/Cli.java b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-cli/src/main/java/com/company/proficio/cli/Cli.java deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/.checkstyle ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/.checkstyle b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/.checkstyle deleted file mode 100644 index 407fd33..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/.checkstyle +++ /dev/null @@ -1 +0,0 @@ -azae \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/.classpath ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/.classpath b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/.classpath deleted file mode 100644 index 807b540..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/.classpath +++ /dev/null @@ -1,2 +0,0 @@ -org/apache/maven/archetype/test -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/pom.xml b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/pom.xml deleted file mode 100644 index 889084f..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/pom.xml +++ /dev/null @@ -1,21 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>com.company.proficio</groupId> - <artifactId>proficio</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - - <artifactId>proficio-core</artifactId> - - <name>proficio core</name> - - <dependencies> - <dependency> - <groupId>com.company.proficio</groupId> - <artifactId>proficio-api</artifactId> - <version>1.0-SNAPSHOT</version> - </dependency> - </dependencies> -</project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/src/main/java/com/company/proficio/core/Core.java ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/src/main/java/com/company/proficio/core/Core.java b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-core/src/main/java/com/company/proficio/core/Core.java deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-model/.checkstyle ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-model/.checkstyle b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-model/.checkstyle deleted file mode 100644 index 407fd33..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-model/.checkstyle +++ /dev/null @@ -1 +0,0 @@ -azae \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-model/.classpath ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-model/.classpath b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-model/.classpath deleted file mode 100644 index 807b540..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-model/.classpath +++ /dev/null @@ -1,2 +0,0 @@ -org/apache/maven/archetype/test -A String to search for \ No newline at end of file http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/8e0fe06a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-model/pom.xml ---------------------------------------------------------------------- diff --git a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-model/pom.xml b/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-model/pom.xml deleted file mode 100644 index ac8f77b..0000000 --- a/archetype-common/src/test/resources/projects/roundtrip-multi/proficio-model/pom.xml +++ /dev/null @@ -1,13 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>com.company.proficio</groupId> - <artifactId>proficio</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> - - <artifactId>proficio-model</artifactId> - - <name>proficio model</name> -</project> \ No newline at end of file
