[TOOLKIT-7] mdsal-simple-archetype lacks stanzas in pom.xml to clean up generated code. Created: 06/Jul/14  Updated: 19/Oct/17  Resolved: 07/Jul/14

Status: Resolved
Project: toolkit
Component/s: General
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Ed Warnicke Assignee: Devin Avery
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: Mac OS
Platform: PC


External issue ID: 1314

 Description   

If you generate code in the model/ project, the generated code is not removed by
mvn clean



 Comments   
Comment by Ed Warnicke [ 06/Jul/14 ]

I believe this is the correct fragment for the parent pom:

<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>

Comment by Devin Avery [ 07/Jul/14 ]

https://git.opendaylight.org/gerrit/8743

Generated at Wed Feb 07 20:40:14 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.