summaryrefslogtreecommitdiffstats
path: root/northbound/dmaap-listener/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'northbound/dmaap-listener/pom.xml')
-rwxr-xr-xnorthbound/dmaap-listener/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/northbound/dmaap-listener/pom.xml b/northbound/dmaap-listener/pom.xml
index 702ad369e..0d245a341 100755
--- a/northbound/dmaap-listener/pom.xml
+++ b/northbound/dmaap-listener/pom.xml
@@ -142,7 +142,19 @@
</execution>
</executions>
</plugin>
-
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <environmentVariables>
+ <DMAAP_USER>test</DMAAP_USER>
+ <DMAAP_PASSWORD>test</DMAAP_PASSWORD>
+ <DMAAP_AUTHKEY>ABC123</DMAAP_AUTHKEY>
+ <ODL_USER>admin</ODL_USER>
+ <ODL_PASSWORD>admin</ODL_PASSWORD>
+ </environmentVariables>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>