Author: ehillenius
Date: Sun Feb 25 13:58:46 2007
New Revision: 511634

URL: http://svn.apache.org/viewvc?view=rev&rev=511634
Log:
let maven include the manifest file (dumb I even need to put this in)

Modified:
    incubator/wicket/branches/wicket-1.x/wicket-objectssizeof-agent/pom.xml

Modified: 
incubator/wicket/branches/wicket-1.x/wicket-objectssizeof-agent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket-objectssizeof-agent/pom.xml?view=diff&rev=511634&r1=511633&r2=511634
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket-objectssizeof-agent/pom.xml 
(original)
+++ incubator/wicket/branches/wicket-1.x/wicket-objectssizeof-agent/pom.xml Sun 
Feb 25 13:58:46 2007
@@ -15,9 +15,7 @@
    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";>
+<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>
@@ -43,6 +41,15 @@
                                        <target>1.5</target>
                                </configuration>
                        </plugin>
+               <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
+          </archive>
+        </configuration>
+      </plugin>
                </plugins>
        </build>
        <distributionManagement>


Reply via email to