Skip to content

Commit

Permalink
Update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Nov 1, 2016
1 parent fc7ef7a commit c9e71b5
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.9</version>
<version>2.17</version>
</parent>

<artifactId>ws-cleanup</artifactId>
Expand All @@ -20,10 +20,6 @@
</properties>

<developers>
<developer>
<id>vjuranek</id>
<name>Vojtech Juranek</name>
</developer>
<developer>
<id>olivergondza</id>
<name>Oliver Gondža</name>
Expand Down Expand Up @@ -55,12 +51,6 @@
<version>1.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>test-annotations</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-job</artifactId>
Expand Down Expand Up @@ -92,6 +82,22 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>
<id>default-test</id>
<configuration>
<argLine>-XX:MaxPermSize=256m</argLine>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down

0 comments on commit c9e71b5

Please sign in to comment.