Remove CSS artifact remnants
[openflowplugin.git] / parent / pom.xml
index 777ecd80ac0b4ae97f5153fac0825ecd355d1a55..81d18bc9f294be65e4e3ba41d4aa507834faa340 100644 (file)
     <properties>
         <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
         <sal.api.version>0.14.0-SNAPSHOT</sal.api.version>
-        <jmxGeneratorPath>${project.build.directory}/generated-sources/config</jmxGeneratorPath>
         <salGeneratorPath>${project.build.directory}/generated-sources/sal</salGeneratorPath>
         <controller.distribution.version>0.7.0-SNAPSHOT</controller.distribution.version>
-        <config.version>0.8.0-SNAPSHOT</config.version>
         <mdsal.version>1.7.0-SNAPSHOT</mdsal.version>
         <mdsal.model.version>0.12.0-SNAPSHOT</mdsal.model.version>
         <yangtools.version>2.0.0-SNAPSHOT</yangtools.version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>config-artifacts</artifactId>
-                <version>${config.version}</version>
-                <scope>import</scope>
-                <type>pom</type>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
                     <artifactId>maven-clean-plugin</artifactId>
                     <configuration>
                         <filesets>
-                            <fileset>
-                                <directory>${jmxGeneratorPath}</directory>
-                                <includes>
-                                    <include>**</include>
-                                </includes>
-                            </fileset>
                             <fileset>
                                 <directory>${salGeneratorPath}</directory>
                                 <includes>
                             </goals>
                             <configuration>
                                 <sources>
-                                    <source>${jmxGeneratorPath}</source>
                                     <source>${salGeneratorPath}</source>
                                 </sources>
                             </configuration>