Skip to content

Commit 0d0b6f2

Browse files
committed
Always run tests when building
1 parent fad85ea commit 0d0b6f2

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,17 @@
8888
</repository>
8989
</distributionManagement>
9090

91+
<build>
92+
<plugins>
93+
<!-- Run tests -->
94+
<plugin>
95+
<groupId>org.apache.maven.plugins</groupId>
96+
<artifactId>maven-surefire-plugin</artifactId>
97+
<version>2.22.2</version>
98+
</plugin>
99+
</plugins>
100+
</build>
101+
91102
<profiles>
92103
<profile>
93104
<id>debug</id>
@@ -111,7 +122,7 @@
111122
<plugin>
112123
<groupId>org.apache.maven.plugins</groupId>
113124
<artifactId>maven-source-plugin</artifactId>
114-
<version>3.0.1</version>
125+
<version>3.2.1</version>
115126
<executions>
116127
<execution>
117128
<id>attach-sources</id>
@@ -124,7 +135,7 @@
124135
<plugin>
125136
<groupId>org.apache.maven.plugins</groupId>
126137
<artifactId>maven-javadoc-plugin</artifactId>
127-
<version>3.0.1</version>
138+
<version>3.1.1</version>
128139
<executions>
129140
<execution>
130141
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)