Author: doogie Date: Mon Apr 27 04:44:29 2015 New Revision: 1676196 URL: http://svn.apache.org/r1676196 Log: Add name/description settings, based on build.xml.
Modified: ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml ofbiz/branches/OFBIZ-6271/applications/content/pom.xml ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml ofbiz/branches/OFBIZ-6271/applications/marketing/pom.xml ofbiz/branches/OFBIZ-6271/applications/order/pom.xml ofbiz/branches/OFBIZ-6271/applications/party/pom.xml ofbiz/branches/OFBIZ-6271/applications/pom.xml ofbiz/branches/OFBIZ-6271/applications/product/pom.xml ofbiz/branches/OFBIZ-6271/applications/securityext/pom.xml ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml ofbiz/branches/OFBIZ-6271/framework/base/pom.xml ofbiz/branches/OFBIZ-6271/framework/catalina/pom.xml ofbiz/branches/OFBIZ-6271/framework/common/pom.xml ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml ofbiz/branches/OFBIZ-6271/framework/entityext/pom.xml ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml ofbiz/branches/OFBIZ-6271/framework/minilang/pom.xml ofbiz/branches/OFBIZ-6271/framework/pom.xml ofbiz/branches/OFBIZ-6271/framework/security/pom.xml ofbiz/branches/OFBIZ-6271/framework/service/pom.xml ofbiz/branches/OFBIZ-6271/framework/start/pom.xml ofbiz/branches/OFBIZ-6271/framework/testtools/pom.xml ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml ofbiz/branches/OFBIZ-6271/framework/webtools/pom.xml ofbiz/branches/OFBIZ-6271/framework/widget/pom.xml ofbiz/branches/OFBIZ-6271/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/bi/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/birt/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/ebay/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/googlecheckout/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/hhfacility/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/ldap/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/lucene/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/oagis/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/pos/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/projectmgr/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml ofbiz/branches/OFBIZ-6271/specialpurpose/webpos/pom.xml Modified: ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/applications/accounting/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-accounting</artifactId> + <name>OFBiz - Accounting Component</name> + <description>Accounting Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/applications/content/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/content/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/applications/content/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/applications/content/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-content</artifactId> + <name>OFBiz - Content Component</name> + <description>Content Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/applications/humanres/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-humanres</artifactId> + <name>OFBiz - HumanRes</name> + <description>Human Resources</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/applications/manufacturing/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-manufacturing</artifactId> + <name>OFBiz - Manufacturing Component</name> + <description>Manufacturing Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/applications/marketing/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/marketing/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/applications/marketing/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/applications/marketing/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-marketing</artifactId> + <name>OFBiz - Marketing Component</name> + <description>Marketing Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/applications/order/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/order/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/applications/order/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/applications/order/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-order</artifactId> + <name>OFBiz - Order Component</name> + <description>Order Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/applications/party/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/party/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/applications/party/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/applications/party/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-party</artifactId> + <name>OFBiz - Party Component</name> + <description>Party Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/applications/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/applications/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/applications/pom.xml Mon Apr 27 04:44:29 2015 @@ -28,6 +28,7 @@ under the License. </parent> <artifactId>ofbiz-applications</artifactId> <packaging>pom</packaging> + <name>OFBiz Applications Build</name> <modules> <module>content/lib</module> Modified: ofbiz/branches/OFBIZ-6271/applications/product/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/product/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/applications/product/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/applications/product/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-product</artifactId> + <name>OFBiz - Product Component</name> + <description>Product Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/applications/securityext/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/securityext/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/applications/securityext/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/applications/securityext/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-securityext</artifactId> + <name>OFBiz - Security Extensions</name> + <description>Security Extensions Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/applications/workeffort/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-workeffort</artifactId> + <name>OFBiz - Work Effort Component</name> + <description>Work Effort Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/base/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/base/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/base/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-base</artifactId> + <name>OFBiz - Base</name> + <description>Base API</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/catalina/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/catalina/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/catalina/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/catalina/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-catalina</artifactId> + <name>Catalina</name> + <description>Catalina Http/Servlet Container</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/common/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/common/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/common/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/common/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-common</artifactId> + <name>OFBiz - Common</name> + <description>Common Compoent</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/datafile/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-datafile</artifactId> + <name>OFBiz - Datafile</name> + <description>Datafile Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/entity/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-entity</artifactId> + <name>OFBiz - Entity</name> + <description>Entity Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/entityext/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/entityext/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/entityext/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/entityext/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-entityext</artifactId> + <name>OFBiz - Entity Extensions</name> + <description>Entity Extensions Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/geronimo/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-geronimo</artifactId> + <name>geronimo</name> + <description>Geronimo Transaction Manager, and possibly others too</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/minilang/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/minilang/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/minilang/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/minilang/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-minilang</artifactId> + <name>OFBiz - MiniLang Component</name> + <description>MiniLang Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/pom.xml Mon Apr 27 04:44:29 2015 @@ -28,6 +28,7 @@ under the License. </parent> <artifactId>ofbiz-framework</artifactId> <packaging>pom</packaging> + <name>OFBiz Framework Build</name> <modules> <module>start</module> Modified: ofbiz/branches/OFBIZ-6271/framework/security/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/security/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/security/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/security/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-security</artifactId> + <name>OFBiz - Security</name> + <description>Security Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/service/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/service/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/service/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/service/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-service</artifactId> + <name>OFBiz - Service</name> + <description>Service Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/start/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/start/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/start/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/start/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-start</artifactId> + <name>OFBiz - Start</name> + <description>Start API</description> <build> <finalName>ofbiz</finalName> Modified: ofbiz/branches/OFBIZ-6271/framework/testtools/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/testtools/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/testtools/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/testtools/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-testtools</artifactId> + <name>OFBiz - Test Tools Component</name> + <description>Test Tools Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/webapp/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-webapp</artifactId> + <name>OFBiz - WebApp Component</name> + <description>Web App Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/webtools/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/webtools/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/webtools/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/webtools/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-webtools</artifactId> + <name>OFBiz - WebTools Component</name> + <description>WebTools Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/framework/widget/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/widget/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/widget/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/widget/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-widget</artifactId> + <name>OFBiz - Widget Component</name> + <description>Widget Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/pom.xml Mon Apr 27 04:44:29 2015 @@ -24,6 +24,7 @@ under the License. <artifactId>ofbiz-parent</artifactId> <version>TRUNK</version> <packaging>pom</packaging> + <name>OFBiz Main Build</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/assetmaint/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-assetmaint</artifactId> + <name>OFBiz - Asset Maintenance Component</name> + <description>Asset Maintenance Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/bi/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/bi/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/bi/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/bi/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-bi</artifactId> + <name>OFBiz - Business Intelligence</name> + <description>Business Intelligence Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/birt/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/birt/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/birt/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/birt/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-birt</artifactId> + <name>OFBiz - BIRT Component</name> + <description>BIRT Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/ebay/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/ebay/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/ebay/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/ebay/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-ebay</artifactId> + <name>OFBiz - eBay Component</name> + <description>eBay Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/ebaystore/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-ebaystore</artifactId> + <name>OFBiz - eBay Store Component</name> + <description>eBay Store Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/ecommerce/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-ecommerce</artifactId> + <name>OFBiz - Ecommerce Component</name> + <description>Ecommerce Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/example/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-example</artifactId> + <name>OFBiz - Example Component</name> + <description>Example Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/googlebase/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-googlebase</artifactId> + <name>OFBiz - Google Base Component</name> + <description>Google Base Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/googlecheckout/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/googlecheckout/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/googlecheckout/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/googlecheckout/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-googlecheckout</artifactId> + <name>OFBiz - Googlecheckout Component</name> + <description>Google Checkout Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/hhfacility/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/hhfacility/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/hhfacility/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/hhfacility/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-hhfacility</artifactId> + <name>OFBiz - HHFacility</name> + <description>HHFacility Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/ldap/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/ldap/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/ldap/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/ldap/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-ldap</artifactId> + <name>OFBiz - LDAP Component</name> + <description>LDAP Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/lucene/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/lucene/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/lucene/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/lucene/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-lucene</artifactId> + <name>OFBiz - Lucene Component</name> + <description>Lucene Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/oagis/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/oagis/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/oagis/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/oagis/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-oagis</artifactId> + <name>OFBiz - Oagis</name> + <description>Oagis Implementation Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/pom.xml Mon Apr 27 04:44:29 2015 @@ -28,6 +28,7 @@ under the License. </parent> <artifactId>ofbiz-specialpurpose</artifactId> <packaging>pom</packaging> + <name>OFBiz Special Purpose Applications Build</name> <modules> <module>assetmaint</module> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/pos/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/pos/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/pos/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/pos/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-pos</artifactId> + <name>OFBiz - POS</name> + <description>POS Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/projectmgr/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/projectmgr/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/projectmgr/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/projectmgr/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-projectmgr</artifactId> + <name>OFBiz - Project Management</name> + <description>Project Management Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/scrum/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-scrum</artifactId> + <name>OFBiz - scrum Component</name> + <description>scrum Component</description> <dependencies> <dependency> Modified: ofbiz/branches/OFBIZ-6271/specialpurpose/webpos/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/specialpurpose/webpos/pom.xml?rev=1676196&r1=1676195&r2=1676196&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/specialpurpose/webpos/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/specialpurpose/webpos/pom.xml Mon Apr 27 04:44:29 2015 @@ -27,6 +27,8 @@ under the License. <relativePath>../../ofbiz-component-pom.xml</relativePath> </parent> <artifactId>ofbiz-specialpurpose-webpos</artifactId> + <name>OFBiz - Web Pos Component</name> + <description>Web Pos Component</description> <dependencies> <dependency>