Issue Details (XML | Word | Printable)

Key: DIRSERVER-726
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Trustin Lee
Reporter: John Conlon
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

Add Organization Element to the Root pom.xml

Created: 31/Aug/06 10:29 PM   Updated: 04/Sep/06 02:37 AM
Return to search
Component/s: None
Affects Version/s: 1.5.0
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File apacheds-root-pom.xml.patch 2006-08-31 10:29 PM John Conlon 0.5 kB

Resolution Date: 01/Sep/06 03:06 AM


 Description  « Hide
Adding an organization element to the root pom.xml file wil make it easier to reference a common value for an orgization name and an orginzation url in all subprojects.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Emmanuel Lecharny added a comment - 31/Aug/06 10:42 PM
John

I can apply your patch, but I'm sure that you may want to do it yourself, isn't it ?

I saw a mail on infra lately in which you were granted commit karma :) Not sure you can commit right now, but it might be very soon !

Welcome in board, man !

John Conlon added a comment - 01/Sep/06 02:25 AM
Thanks. Of course I can wait on this for a while and do it myself.

Don't mean to appear too nit-pickie with this kind of trivial 'improvment' but I think we can leverage this with the OSGi manifest specification for Bundle-Vendor and Bundle-ContactAddress in the subprojects.

<bundleVendor>${pom.organization.name}</bundleVendor>
<bundleContactAddress>${pom.organization.url}</bundleContactAddress>

Trustin Lee added a comment - 01/Sep/06 03:06 AM
Done.

John Conlon added a comment - 01/Sep/06 06:15 PM
Trustin - You must have know this was put in here for Mina's benefit:)

Trustin Lee added a comment - 04/Sep/06 02:37 AM
Well, I thought all subproject will benefit this patch. ;)