Remove reference to xtend 60/33960/1
authorRobert Varga <rovarga@cisco.com>
Wed, 3 Feb 2016 10:27:15 +0000 (11:27 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 3 Feb 2016 10:27:15 +0000 (11:27 +0100)
We do not use xtend, no need to to mention it.

Change-Id: I3e86cdf495531b435e04dda9245780fe7047615b
Signed-off-by: Robert Varga <rovarga@cisco.com>
commons/parent/pom.xml

index 270558def326099f9cb01b73481d60428b723329..735281cd93f6fc54800708225d8921cbd2723fd9 100644 (file)
@@ -44,7 +44,6 @@
     <sal.version>0.11.0-SNAPSHOT</sal.version>
     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
     <statisticsmanager.version>0.5.0</statisticsmanager.version>
-    <xtend.dstdir>src/main/xtend-gen</xtend.dstdir>
     <yang.src.path>src/main/yang</yang.src.path>
     <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
   </properties>
           <artifactId>maven-clean-plugin</artifactId>
           <configuration>
             <filesets>
-              <fileset>
-                <directory>${xtend.dstdir}</directory>
-                <includes>
-                  <include>**</include>
-                </includes>
-              </fileset>
               <fileset>
                 <directory>${jmxGeneratorPath}</directory>
                 <includes>
                   <source>${yang.src.path}</source>
                   <source>${jmxGeneratorPath}</source>
                   <source>${salGeneratorPath}</source>
-                  <source>${xtend.dstdir}</source>
                 </sources>
               </configuration>
             </execution>