Author: fanningpj
Date: Fri Jun  3 16:57:50 2022
New Revision: 1901599

URL: http://svn.apache.org/viewvc?rev=1901599&view=rev
Log:
add missing META-INF/maven dir to jar

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1901599&r1=1901598&r2=1901599&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Fri Jun  3 16:57:50 2022
@@ -366,6 +366,11 @@ jar {
         into 'META-INF'
     }
 
+    from('src/main/maven') {
+        exclude '**/*.java'
+        into 'META-INF/maven'
+    }
+
     from('build/classes/java9/main')
 
     duplicatesStrategy = DuplicatesStrategy.INCLUDE



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to