Update xtend and embed it
[yangtools.git] / code-generator / binding-generator-impl / pom.xml
index 774a8446da9e6e26ca8e847cf36aff559bf82062..c5ed3cfdb6e8028c117216799a60177ead59d70b 100644 (file)
@@ -17,6 +17,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>binding-generator-impl</artifactId>
+    <packaging>bundle</packaging>
 
     <dependencies>
         <dependency>
@@ -73,9 +74,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-            </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                             org.opendaylight.yangtools.sal.binding.generator.impl.*,
                             org.opendaylight.yangtools.sal.binding.generator.util.*
                         </Export-Package>
+                        <Embed-Dependency>
+                            org.eclipse.xtend.lib;inline=true,
+                            org.eclipse.xtend.lib.macro;inline=true,
+                            org.eclipse.xtext.xbase.lib;inline=true,
+                        </Embed-Dependency>
+                        <Embed-Transitive>true</Embed-Transitive>
                     </instructions>
                 </configuration>
             </plugin>