Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 509b6b616403de3ccc8e045cd400b738 > files > 2

tlddoc-1.3-3.mga3.src.rpm

--- pom.xml	2011-08-14 16:51:00.594251131 +0200
+++ pom.xml-gil	2011-08-14 16:51:13.200250970 +0200
@@ -24,4 +24,25 @@
     Included in the output is a full description of each defined tag library, the tags contained within those tag
     libraries, and how to use those tags.
   </description>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+       <plugin>
+         <artifactId>maven-jar-plugin</artifactId>
+         <configuration>
+           <archive>
+             <manifestEntries>
+               <Main-Class>com.sun.tlddoc.TLDDoc</Main-Class>
+             </manifestEntries>
+           </archive>
+         </configuration>
+       </plugin>
+    </plugins>
+  </build>
 </project>
\ Manca newline alla fine del file