BUG-130 : introduced XROSubobjectUtil.
[bgpcep.git] / pcep / impl / pom.xml
index 04dcb9df75320efe54f26a9cae9d2c723976f2db..55e3bf1263ea3879bf2efcfe0ae67d6b0f242cd3 100644 (file)
@@ -97,7 +97,6 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>${maven.bundle.version}</version>
                                <extensions>true</extensions>
                                <configuration>
                                        <instructions>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-jar-plugin</artifactId>
-                               <version>2.4</version>
                                <executions>
                                        <execution>
                                                <phase>package</phase>
                        </plugin>
                </plugins>
        </build>
-
-       <distributionManagement>
-               <site>
-                       <id>${project.artifactId}</id>
-                       <name>PCEP-IMPL Module site</name>
-                       <url>${basedir}/target/site/${project.artifactId}</url>
-               </site>
-       </distributionManagement>
-
 </project>