diff options
Diffstat (limited to 'BKUViewer')
| -rw-r--r-- | BKUViewer/pom.xml | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/BKUViewer/pom.xml b/BKUViewer/pom.xml index d7dbe0aa..cf873f33 100644 --- a/BKUViewer/pom.xml +++ b/BKUViewer/pom.xml @@ -41,4 +41,12 @@  			</exclusions>  		</dependency>  	</dependencies> +    <!--build> +      <plugins> +        <plugin> +        <groupId>org.apache.maven.plugins</groupId> +        <artifactId>maven-surefire-plugin</artifactId> <configuration> +        <skip>true</skip> </configuration> </plugin> +      </plugins> +    </build-->  </project>
\ No newline at end of file | 
