You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gc...@apache.org on 2012/07/20 10:46:05 UTC

svn commit: r1363680 [2/2] - in /aries/trunk/esa-maven-plugin: ./ src/ src/it/ src/it/default/ src/it/default/src/ src/it/default/src/main/ src/it/default/src/main/custom/ src/it/default/src/main/esa/ src/main/ src/main/java/ src/main/java/org/ src/mai...

Added: aries/trunk/esa-maven-plugin/src/test/java/org/apache/aries/plugin/esa/stubs/EsaMavenProjectStub5.java
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/java/org/apache/aries/plugin/esa/stubs/EsaMavenProjectStub5.java?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/java/org/apache/aries/plugin/esa/stubs/EsaMavenProjectStub5.java (added)
+++ aries/trunk/esa-maven-plugin/src/test/java/org/apache/aries/plugin/esa/stubs/EsaMavenProjectStub5.java Fri Jul 20 08:46:02 2012
@@ -0,0 +1,31 @@
+package org.apache.aries.plugin.esa.stubs;
+
+/*
+ * 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.
+ */
+
+import java.io.File;
+
+public class EsaMavenProjectStub5
+    extends EsaMavenProjectStub
+{
+    public File getFile()
+    {
+        return new File( getBasedir(), "src/test/resources/unit/basic-esa-no-bundles/plugin-config.xml" );
+    }
+}

Added: aries/trunk/esa-maven-plugin/src/test/java/org/apache/aries/plugin/esa/stubs/EsaMavenProjectStub6.java
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/java/org/apache/aries/plugin/esa/stubs/EsaMavenProjectStub6.java?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/java/org/apache/aries/plugin/esa/stubs/EsaMavenProjectStub6.java (added)
+++ aries/trunk/esa-maven-plugin/src/test/java/org/apache/aries/plugin/esa/stubs/EsaMavenProjectStub6.java Fri Jul 20 08:46:02 2012
@@ -0,0 +1,31 @@
+package org.apache.aries.plugin.esa.stubs;
+
+/*
+ * 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.
+ */
+
+import java.io.File;
+
+public class EsaMavenProjectStub6
+    extends EsaMavenProjectStub
+{
+    public File getFile()
+    {
+        return new File( getBasedir(), "src/test/resources/unit/basic-esa-content-bundles-only/plugin-config.xml" );
+    }
+}

Added: aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact01/1.0-SNAPSHOT/maven-artifact01-1.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact01/1.0-SNAPSHOT/maven-artifact01-1.0-SNAPSHOT.jar?rev=1363680&view=auto
==============================================================================
Binary file - no diff available.

Propchange: aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact01/1.0-SNAPSHOT/maven-artifact01-1.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact01/1.0-SNAPSHOT/maven-artifact01-1.0-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact01/1.0-SNAPSHOT/maven-artifact01-1.0-SNAPSHOT.pom?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact01/1.0-SNAPSHOT/maven-artifact01-1.0-SNAPSHOT.pom (added)
+++ aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact01/1.0-SNAPSHOT/maven-artifact01-1.0-SNAPSHOT.pom Fri Jul 20 08:46:02 2012
@@ -0,0 +1,25 @@
+<?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>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.test</groupId>
+  <artifactId>maven-artifact01</artifactId>
+  <version>1.0-SNAPSHOT</version>
+</project>

Added: aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact02/1.0-SNAPSHOT/maven-artifact02-1.0-SNAPSHOT.jar
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact02/1.0-SNAPSHOT/maven-artifact02-1.0-SNAPSHOT.jar?rev=1363680&view=auto
==============================================================================
Binary file - no diff available.

Propchange: aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact02/1.0-SNAPSHOT/maven-artifact02-1.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact02/1.0-SNAPSHOT/maven-artifact02-1.0-SNAPSHOT.pom
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact02/1.0-SNAPSHOT/maven-artifact02-1.0-SNAPSHOT.pom?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact02/1.0-SNAPSHOT/maven-artifact02-1.0-SNAPSHOT.pom (added)
+++ aries/trunk/esa-maven-plugin/src/test/remote-repo/org/apache/maven/test/maven-artifact02/1.0-SNAPSHOT/maven-artifact02-1.0-SNAPSHOT.pom Fri Jul 20 08:46:02 2012
@@ -0,0 +1,25 @@
+<?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>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.test</groupId>
+  <artifactId>maven-artifact02</artifactId>
+  <version>1.0-SNAPSHOT</version>
+</project>

Added: aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-content-bundles-only/plugin-config.xml
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-content-bundles-only/plugin-config.xml?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-content-bundles-only/plugin-config.xml (added)
+++ aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-content-bundles-only/plugin-config.xml Fri Jul 20 08:46:02 2012
@@ -0,0 +1,37 @@
+<!-- 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>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>esa-maven-plugin</artifactId>
+				<configuration>
+					<esaSourceDirectory>${basedir}/src/test/resources/unit/basic-esa-content-bundles-only/src/main/esa</esaSourceDirectory>
+					<generateManifest>true</generateManifest>
+					<archiveContent>content</archiveContent>
+					<instructions>
+					</instructions>
+					<addMavenDescriptor>true</addMavenDescriptor>
+					<includeEmptyDirs>true</includeEmptyDirs>
+					<workDirectory>${basedir}/target/unit/basic-esa-content-bundles-only/target/esa-test-content-bundles-only
+					</workDirectory>
+					<sharedResources>${basedir}/target/unit/basic-esa-content-bundles-only/target/maven-shared-archive-resources
+					</sharedResources>
+					<outputDirectory>${basedir}/target/unit/basic-esa-content-bundles-only/target
+					</outputDirectory>
+					<finalName>test-esa-content-bundles-only</finalName>
+					<project implementation="org.apache.aries.plugin.esa.stubs.EsaMavenProjectStub6" />
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+</project>

Added: aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-no-bundles/plugin-config.xml
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-no-bundles/plugin-config.xml?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-no-bundles/plugin-config.xml (added)
+++ aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-no-bundles/plugin-config.xml Fri Jul 20 08:46:02 2012
@@ -0,0 +1,37 @@
+<!-- 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>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>esa-maven-plugin</artifactId>
+				<configuration>
+					<esaSourceDirectory>${basedir}/src/test/resources/unit/basic-esa-no-bundles/src/main/esa</esaSourceDirectory>
+					<generateManifest>true</generateManifest>
+					<archiveContent>none</archiveContent>
+					<instructions>
+					</instructions>
+					<addMavenDescriptor>true</addMavenDescriptor>
+					<includeEmptyDirs>true</includeEmptyDirs>
+					<workDirectory>${basedir}/target/unit/basic-esa-no-bundles/target/esa-test-no-bundles
+					</workDirectory>
+					<sharedResources>${basedir}/target/unit/basic-esa-no-bundles/target/maven-shared-archive-resources
+					</sharedResources>
+					<outputDirectory>${basedir}/target/unit/basic-esa-no-bundles/target
+					</outputDirectory>
+					<finalName>test-esa-no-bundles</finalName>
+					<project implementation="org.apache.aries.plugin.esa.stubs.EsaMavenProjectStub5" />
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+</project>

Added: aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-test/plugin-config.xml
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-test/plugin-config.xml?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-test/plugin-config.xml (added)
+++ aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-test/plugin-config.xml Fri Jul 20 08:46:02 2012
@@ -0,0 +1,40 @@
+<!--
+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>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>esa-maven-plugin</artifactId>
+		<configuration>
+		  <esaSourceDirectory>${basedir}/src/test/resources/unit/basic-esa-test/src/main/esa</esaSourceDirectory>
+		  <subsystemManifestFile>${basedir}/src/test/resources/unit/basic-esa-test/src/main/esa/OSGI-INF/SUBSYSTEM.MF</subsystemManifestFile>
+          <addMavenDescriptor>true</addMavenDescriptor>
+          <includeEmptyDirs>true</includeEmptyDirs>
+		  <manifestFile>${basedir}/src/main/esa/META-INF/MANIFEST.MF</manifestFile>
+		  <workDirectory>${basedir}/target/unit/basic-esa-test/target/esa-test</workDirectory>
+		  <sharedResources>${basedir}/target/unit/basic-esa-test/target/maven-shared-archive-resources</sharedResources>
+		  <outputDirectory>${basedir}/target/unit/basic-esa-test/target</outputDirectory>
+		  <finalName>test-esa</finalName>
+		  <project implementation="org.apache.aries.plugin.esa.stubs.EsaMavenProjectStub" />
+		</configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-test/target/test-esa.jar
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-test/target/test-esa.jar?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-test/target/test-esa.jar (added)
+++ aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-test/target/test-esa.jar Fri Jul 20 08:46:02 2012
@@ -0,0 +1 @@
+This is not an actual jar
\ No newline at end of file

Added: aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-descriptor/plugin-config.xml
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-descriptor/plugin-config.xml?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-descriptor/plugin-config.xml (added)
+++ aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-descriptor/plugin-config.xml Fri Jul 20 08:46:02 2012
@@ -0,0 +1,40 @@
+<!--
+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>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>esa-maven-plugin</artifactId>
+		<configuration>
+		  <esaSourceDirectory>${basedir}/src/test/resources/unit/basic-esa-with-descriptor/src/main/esa</esaSourceDirectory>
+		  <subsystemManifestFile>${basedir}/src/test/resources/unit/basic-esa-with-descriptor/src/main/esa/OSGI-INF/SUBSYSTEM.MF</subsystemManifestFile>
+          <addMavenDescriptor>true</addMavenDescriptor>
+          <includeEmptyDirs>true</includeEmptyDirs>
+		  <manifestFile>${basedir}/src/test/resources/unit/basic-esa-with-descriptor/src/main/esa/META-INF/MANIFEST.MF</manifestFile>
+		  <workDirectory>${basedir}/target/unit/basic-esa-with-descriptor/target/esa-test-with-descriptor</workDirectory>
+          <sharedResources>${basedir}/target/unit/basic-esa-with-descriptor/target/maven-shared-archive-resources</sharedResources>
+		  <outputDirectory>${basedir}/target/unit/basic-esa-with-descriptor/target</outputDirectory>
+		  <finalName>test-esa-with-descriptor</finalName>
+		  <project implementation="org.apache.aries.plugin.esa.stubs.EsaMavenProjectStub2" />
+		</configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-descriptor/src/main/esa/OSGI-INF/SUBSYSTEM.MF
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-descriptor/src/main/esa/OSGI-INF/SUBSYSTEM.MF?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-descriptor/src/main/esa/OSGI-INF/SUBSYSTEM.MF (added)
+++ aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-descriptor/src/main/esa/OSGI-INF/SUBSYSTEM.MF Fri Jul 20 08:46:02 2012
@@ -0,0 +1,10 @@
+Subsystem-ManifestVersion: 1
+Subsystem-Name: Bank Account
+Subsystem-SymbolicName: com.mybank.account.app
+Subsystem-Version: 1.0
+Subsystem-Content:
+	com.mybank.account.bankWeb; version=1.0.0,
+	com.mybank.account.bankAccount; version=1.0.0,
+	com.mybank.account.common; version=1.0.0,
+	com.mybank.account.utility; version=1.0.0
+

Added: aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-manifest/plugin-config.xml
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-manifest/plugin-config.xml?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-manifest/plugin-config.xml (added)
+++ aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-manifest/plugin-config.xml Fri Jul 20 08:46:02 2012
@@ -0,0 +1,40 @@
+<!--
+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>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>esa-maven-plugin</artifactId>
+		<configuration>
+		  <esaSourceDirectory>${basedir}/src/test/resources/unit/basic-esa-with-manifest/src/main/esa</esaSourceDirectory>
+		  <subsystemManifestFile>${basedir}/src/test/resources/unit/basic-esa-with-manifest/src/main/esa/OSGI-INF/SUBSYSTEM.MF</subsystemManifestFile>
+          <addMavenDescriptor>true</addMavenDescriptor>
+          <includeEmptyDirs>true</includeEmptyDirs>
+		  <manifestFile>${basedir}/src/test/resources/unit/basic-esa-with-manifest/src/main/esa/META-INF/MANIFEST.MF</manifestFile>
+		  <workDirectory>${basedir}/target/unit/basic-esa-with-manifest/target/esa-test-with-manifest</workDirectory>
+          <sharedResources>${basedir}/target/unit/basic-esa-with-manifest/target/maven-shared-archive-resources</sharedResources>
+		  <outputDirectory>${basedir}/target/unit/basic-esa-with-manifest/target</outputDirectory>
+		  <finalName>test-esa-with-manifest</finalName>
+		  <project implementation="org.apache.aries.plugin.esa.stubs.EsaMavenProjectStub3" />
+		</configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-manifest/src/main/esa/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-manifest/src/main/esa/META-INF/MANIFEST.MF?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-manifest/src/main/esa/META-INF/MANIFEST.MF (added)
+++ aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-manifest/src/main/esa/META-INF/MANIFEST.MF Fri Jul 20 08:46:02 2012
@@ -0,0 +1,12 @@
+Manifest-Version: test
+Archiver-Version: test
+Created-By: Apache Maven
+Built-By: aqr
+Build-Jdk: 1.4.2_11
+Extension-Name: maven-rar-test
+Specification-Title: Test description
+Specification-Vendor: organization
+Implementation-Vendor: organization
+Implementation-Title: maven-rar-test
+Implementation-Version: 1.0-SNAPSHOT
+

Added: aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-manifest/src/main/esa/OSGI-INF/SUBSYSTEM.MF
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-manifest/src/main/esa/OSGI-INF/SUBSYSTEM.MF?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-manifest/src/main/esa/OSGI-INF/SUBSYSTEM.MF (added)
+++ aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-with-manifest/src/main/esa/OSGI-INF/SUBSYSTEM.MF Fri Jul 20 08:46:02 2012
@@ -0,0 +1,9 @@
+Subsystem-ManifestVersion: 1
+Subsystem-Name: Bank Account
+Subsystem-SymbolicName: com.mybank.account.app
+Subsystem-Version: 1.0
+Subsystem-Content:
+	com.mybank.account.bankWeb; version=1.0.0,
+	com.mybank.account.bankAccount; version=1.0.0,
+	com.mybank.account.common; version=1.0.0,
+	com.mybank.account.utility; version=1.0.0

Added: aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-without-manifest/plugin-config.xml
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-without-manifest/plugin-config.xml?rev=1363680&view=auto
==============================================================================
--- aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-without-manifest/plugin-config.xml (added)
+++ aries/trunk/esa-maven-plugin/src/test/resources/unit/basic-esa-without-manifest/plugin-config.xml Fri Jul 20 08:46:02 2012
@@ -0,0 +1,43 @@
+<!--
+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>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>esa-maven-plugin</artifactId>
+		<configuration>
+		  <esaSourceDirectory>${basedir}/src/test/resources/unit/basic-esa-without-manifest/src/main/esa</esaSourceDirectory>
+          <generateManifest>true</generateManifest>
+          <instructions>
+             <Use-Bundle>org.apache.aries.test.Bundle;version=1.0.0-SNAPSHOT</Use-Bundle>
+             <Subsystem-Type>feature</Subsystem-Type>
+          </instructions>
+          <addMavenDescriptor>true</addMavenDescriptor>
+          <includeEmptyDirs>true</includeEmptyDirs>
+		  <workDirectory>${basedir}/target/unit/basic-esa-without-manifest/target/esa-test-without-manifest</workDirectory>
+          <sharedResources>${basedir}/target/unit/basic-esa-without-manifest/target/maven-shared-archive-resources</sharedResources>
+		  <outputDirectory>${basedir}/target/unit/basic-esa-without-manifest/target</outputDirectory>
+		  <finalName>test-esa-without-manifest</finalName>
+		  <project implementation="org.apache.aries.plugin.esa.stubs.EsaMavenProjectStub4" />
+		</configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>