"alesj" wrote :
| but now I don't know how to enable this test artifact push on the MDR side.
|
| | Caused by: Missing:
| | ----------
| | 1) org.jboss:jboss-mdr:test-jar:tests:2.0.0-SNAPSHOT
Probably this is what I'm looking for:
| <plugin>
| <groupId>org.apache.maven.plugins</groupId>
| <artifactId>maven-jar-plugin</artifactId>
| <executions>
| <execution>
| <goals>
| <goal>test-jar</goal>
| </goals>
| </execution>
| </executions>
| </plugin>
|
;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162836#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...