[ 
https://issues.apache.org/jira/browse/JAMES-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17232761#comment-17232761
 ] 

ASF GitHub Bot commented on JAMES-1902:
---------------------------------------

jeantil commented on pull request #261:
URL: https://github.com/apache/james-project/pull/261#issuecomment-728017295


   Looking to make sure I had the proper sort order in the POM files I stumbled 
upon sortpom, wich led me to `site/src/xdoc/contribute` which helpfully 
provides: 
   ```
   mvn com.github.ekryd.sortpom:sortpom-maven-plugin:sort -Dsort.keepBlankLines 
-Dsort.sortDependencies=groupId,artifactId -Dsort.nrOfIndentSpace=4 
-Dsort.createBackupFile=false -Dsort.sortModules=true 
-Dsort.expandEmptyElements=false  
-Dsort.predefinedSortOrder="recommended_2008_06"
   ```
   I'm not sure if this recommandation is still applicable because running it 
returned over 150 incorrectly sorted pom, I applied the fixes to pom files from 
:
   - `server/container/guice/queue/*`
   - `server/container/guice/blob/*`
   - `server/container/guice/pom.xml`
   
   hopefully that's ok


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> It should be possible to build a custom server without importing all guice 
> modules
> ----------------------------------------------------------------------------------
>
>                 Key: JAMES-1902
>                 URL: https://issues.apache.org/jira/browse/JAMES-1902
>             Project: James Server
>          Issue Type: Improvement
>          Components: guice
>            Reporter: Matthieu Baechler
>            Priority: Major
>
> I'd like to be able to build an smtp only server without importing stuff 
> related to other protocols and features.
> Or lmtp + imap + mailbox.
> Any valid combination should be possible.
> For that, we need to create as many guice sub-projects as needed and split 
> current guice-common into pieces.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to