Juhan Aasaru created JAMES-3395:
-----------------------------------
Summary: examples should not extend from james-server
Key: JAMES-3395
URL: https://issues.apache.org/jira/browse/JAMES-3395
Project: James Server
Issue Type: Bug
Reporter: Juhan Aasaru
Currently examples define james as its parent
[https://github.com/apache/james-project/blob/master/examples/pom.xml#L23]
This is why some of the dependencies currently get loaded from the parent. For
example custom-mailets require dependency apache-mailet-api which is not
explicitly defined in its pom but resolved from the parent.
I suggest removing reference to parent from pom.xml of examples and adding the
required dependencies directly to individual example pom-s.
Example scenario: someone wants create its own custom mailets then this person
can take custom-mailets as the foundation without the need to depend on whole
james-server.
I would like to work on this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]