Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize into mother and child pom #55

Open
johnerikhalse opened this issue Apr 26, 2016 · 2 comments
Open

Reorganize into mother and child pom #55

johnerikhalse opened this issue Apr 26, 2016 · 2 comments

Comments

@johnerikhalse
Copy link
Contributor

Webarchive-commons is a quite big library with lots of dependencies on third party libraries. It should be split into smaller parts to enable projects to include only what they need.

The first step in this direction is to split the project into a mother pom and a child pom. It will not alter the library itself (keeping group-id and artifact-id), but will enable us to later on split functionality into sub-libraries or adding new stuff as a separate sub-library.

@johnerikhalse
Copy link
Contributor Author

After giving the naming a second tought, I think it is better to rename the current artifact to webarchive-commons-core and reserving the current artifact name webarchive-commons for the mother pom. Then this should wait for 1.2 release.

@johnerikhalse
Copy link
Contributor Author

Even if this is not a big change for other libraries depending on webarchive-commons, it is about moving code around and that might disturb forks which is not in sync with master. Postponing it to 2.0.0 where compatibility might break anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant