sebb wrote:
All the other httpcomponents use httpcomponents as prefix to the
artifactId, however the project POM has:
<groupId>org.apache.httpcomponents</groupId>
<artifactId>project</artifactId>
This means that the SVN directory trees when checked out look a bit odd:
httpcomponents-client
httpcomponents-core
project
Perhaps it is too late to change it now, but if it can be changed, it
would make using IDEs with multiple ASF projects a bit easier.
org.apache.httpcomponents:project is not really a versioned artifact. We
basically use it as a shared collection of common project elements. So,
I think its artifact id could be renamed without much of a problem.
However, to me the real problem is that Maven Eclipse should have picked
the project name element instead of the artifact id as the name of
project in IDE.
I leave this decision to your discretion.
Oleg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]