Skip to content

Commit

Permalink
maven configuration improved
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmugra committed Dec 29, 2020
1 parent 23042ef commit fa3fc47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import net.cactusthorn.routing.RoutingInitializationException;
import net.cactusthorn.routing.RequestData;
import net.cactusthorn.routing.annotation.QueryParam;
import net.cactusthorn.routing.convert.ConverterException;
import net.cactusthorn.routing.convert.ConvertersHolder;

public class QueryParamParameterTest {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<executions>
<execution>
<id>pmd-check</id>
<phase>compile</phase>
<phase>test</phase>
<goals>
<goal>check</goal>
</goals>
Expand Down

0 comments on commit fa3fc47

Please sign in to comment.