Loading pom.xml +21 −0 Original line number Diff line number Diff line Loading @@ -67,9 +67,30 @@ <version>${redmic.test-utils.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>es.redmic.lib</groupId> <artifactId>user-settings-lib</artifactId> <version>${redmic.user-settings-lib.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <id>Jar Tests Package</id> <phase>package</phase> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> Loading Loading
pom.xml +21 −0 Original line number Diff line number Diff line Loading @@ -67,9 +67,30 @@ <version>${redmic.test-utils.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>es.redmic.lib</groupId> <artifactId>user-settings-lib</artifactId> <version>${redmic.user-settings-lib.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <id>Jar Tests Package</id> <phase>package</phase> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> Loading