Delete yang-generated files in mvn clean phase 13/28513/2
authorTom Pantelis <tpanteli@brocade.com>
Thu, 15 Oct 2015 19:45:04 +0000 (15:45 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 23 Oct 2015 18:43:48 +0000 (14:43 -0400)
Change-Id: I988f2cc8f05108568859419fec0c43019c8f9bd7
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index c79accee1e2f5b023b8b9d1cde4619d512d66ec7..ebe2c1fdc3655896d39fef30f3e384fb4f2877a4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         </execution>
                     </executions>
                 </plugin>
+                <plugin>
+                   <artifactId>maven-clean-plugin</artifactId>
+                   <configuration>
+                       <filesets>
+                         <fileset>
+                            <directory>${jmxGeneratorPath}</directory>
+                            <includes>
+                               <include>**</include>
+                            </includes>
+                         </fileset>
+                         <fileset>
+                            <directory>${salGeneratorPath}</directory>
+                            <includes>
+                               <include>**</include>
+                            </includes>
+                         </fileset>
+                      </filesets>
+                   </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>