Loic Duros
Loic Duros

Reputation: 5782

add transport to Mule without Maven

I am trying to import the following transport into my app (to use it as an endpoint): https://github.com/QVCItalia/mule-transport-as2

However, it only talks about using Maven and adding it as a dependency. I do not use Maven, and so I'm not sure how I can import the transport into my project.

Is there another way to do this? If not, are there other AS2 solutions for Mule?

Thank you,

Upvotes: 1

Views: 169

Answers (1)

David Dossot
David Dossot

Reputation: 33413

It is now also possible to build Mule applications with Gradle: http://blogs.mulesoft.org/building-mule-apps-gradle-studio/

Adding dependencies by hand is of course also possible, like it's also possible to not use a SCM... Eventually not applying sound engineering practices when building your Mule applications will come back and bite you.

Upvotes: 2

Related Questions