Hi,
I want to publish an OSGi bundle in maven2 repository.
The version format for OSGi supports ,
major[.minor[.micro]][.qualifier]
but maven supports something like
<major>.<minor>.<revision>([ -<qualififer> ] | [ -<build> ])
where:
the qualifier section is optional (and is SNAPSHOT, alpha-1, alpha-2)
Is there anyway to have the same version number for both OSGi and maven.
Will maven supports 1.0.7.1088 as version number
or
Should I have something like 1.0.7-1088 for maven and 1.0.7.1088 for OSGi
BundleVersion.
regards,
Rajkumar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]