Skip to content

Commit

Permalink
Enabled some properties to run JUnit.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/cgupnpjava/code/trunk@178 8e852ebd-950f-0410-afcc-dbedaebff0b6
  • Loading branch information
skonno committed Mar 14, 2012
1 parent 42ec7a0 commit 8d1d2b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
<skip>false</skip>
</configuration>
</plugin>
<plugin>
Expand Down
10 changes: 10 additions & 0 deletions upnp-stack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@

<contributors />

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>net.sf.kxml</groupId>
Expand All @@ -44,6 +48,12 @@
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 8d1d2b7

Please sign in to comment.