You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2020/11/16 13:31:05 UTC

[GitHub] [james-project] jeantil commented on pull request #261: JAMES-1902 reorganizes blob modules

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org