Closed GoogleCodeExporter closed 9 years ago
Original comment by magnus.l...@gmail.com
on 1 Jun 2012 at 4:55
This issue was updated by revision r1659.
Added missing inclusions to the maven-mule-plugin in the teststub pom.xml
template file
Original comment by magnus.l...@gmail.com
on 10 Jun 2012 at 8:42
Pär: Can you verify this correction?
We currently don't have any automatic tests that verify a successful deploy to
Mule standalone instances.
If you add the following to your pom.xml - file for your teststub-project and
perform mvn install a correct zip-file should be built.
<inclusions>
<inclusion>
<groupId>org.mule.modules</groupId>
<artifactId>commonretrypolicies</artifactId>
</inclusion>
<inclusion>
<groupId>org.mule.transports</groupId>
<artifactId>mule-transport-restlet</artifactId>
</inclusion>
<inclusion>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-rest</artifactId>
</inclusion>
<inclusion>
<groupId>org.mule.modules</groupId>
<artifactId>devkit</artifactId>
</inclusion>
</inclusions>
Original comment by magnus.l...@gmail.com
on 10 Jun 2012 at 8:48
I have made the modification suggested to the pom.xml and the teststub does now
deploy without any unresolved dependencies.
Original comment by p...@wenaker.se
on 11 Jun 2012 at 6:34
Thanks, let's close this one then!
Original comment by magnus.l...@gmail.com
on 11 Jun 2012 at 9:13
Move all closed v0.5.1 issues to v0.6.0
Original comment by magnus.l...@gmail.com
on 26 Jul 2012 at 4:24
Original issue reported on code.google.com by
par.wena...@gmail.com
on 28 May 2012 at 8:17Attachments: