File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments