Merge "Make distributionManagement reference groups"
[yangtools.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f770c4720bb7f1d3a936aa2c5c0f8a033d9b1dd9..66d9e506e0dea33d3c7b4121bd59c56bf923b1ce 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <version>${mockito.version}</version>
                 <scope>test</scope>
             </dependency>
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-simple</artifactId>
+                <version>${slf4j.version}</version>
+                <scope>test</scope>
+            </dependency>
 
             <!-- Supporting Libraries -->
             <dependency>
         </dependencies>
     </dependencyManagement>
 
+    <dependencies>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+        </dependency>
+    </dependencies>
+
     <distributionManagement>
         <!-- OpenDayLight Released artifact -->
         <repository>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
                     <version>${maven.release.version}</version>
+
+                    <!-- Since we have a maven plugin, we need to install it -->
+                    <configuration>
+                        <preparationGoals>clean install</preparationGoals>
+                        <completionGoals>clean install</completionGoals>
+                    </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>