I have an artifact which is being built and deployed in a particular way (not as a jar file). In the course of deployment, a war file is built.
How can I configure t
You should add the corresponding dependency of the artifact in the dependencies of the pom file.
Ex:
org.apache.myfaces.core myfaces-api 1.2.2 compile