You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2019/03/06 00:25:44 UTC

[myfaces] branch master updated: fixed maven warning

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master by this push:
     new e7eac31  fixed maven warning
e7eac31 is described below

commit e7eac313b291aadf54b7d3692732b5649e9f17a6
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Wed Mar 6 01:25:40 2019 +0100

    fixed maven warning
---
 api/pom.xml | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index bc11a93..4a71906 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -230,6 +230,7 @@
                 <executions>
                     <execution>
                         <goals>
+                            <goal>jar</goal>
                             <goal>test-jar</goal>
                         </goals>
                     </execution>
@@ -238,32 +239,13 @@
                     <archive>
                         <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
                     </archive>
-                    <!-- we need to clean up some junk left by the myfaces javascript assembly -->
-
-                </configuration>
-            </plugin>
-
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-                <version>2.2</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
                     <excludes>
                         <exclude>**/META-INF/resources/myfaces/myfaces/**</exclude>
                         <exclude>**/META-INF/resources/javax.faces/myfaces/**</exclude>
-                        <exclude>**/META-INF/resources/javax.faces/myfaces/**</exclude>
                     </excludes>
                 </configuration>
             </plugin>
 
-
-
             <!--
                 berlios jsunit under apache2 license to cover javascript core routines which
                 do not have to rely on a browser or can work on browser mockups!