xiezhi created GERONIMO-6465:
--------------------------------
Summary: Make the feature of calculating artifact string from the
file name better
Key: GERONIMO-6465
URL: https://issues.apache.org/jira/browse/GERONIMO-6465
Project: Geronimo
Issue Type: Improvement
Security Level: public (Regular issues)
Components: geronimo-maven-plugin, installer
Affects Versions: 3.0-beta-1
Reporter: xiezhi
Priority: Minor
As we know, to install a jar into geronimo repository by command tool, the file
name may be a key to transfer a bundle. The geronimo will use the regex string
"(.+)-([0-9].+)\\.([^0-9]+)" to extract the artiface id,version and type from
the filename.
Based on the regex string, the filename should be like "mylib-1.0.jar".
But I think it does not accord with the OSGi rule about bundle version.
>From OSGi Core Release 5(osgi.core.5.0.0.pdf)
A version has the following grammar:
version ::=
major( '.' minor ( '.' micro ( '.' qualifier )? )? )?
major ::= number // See 1.3.2
minor ::= number
micro ::= number
qualifier ::= ( alphanum | ’_’ | '-' )+
So I think it is better to do some change.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira