GitHub user 2xyo opened a pull request:
https://github.com/apache/incubator-metron/pull/313
METRON-500: fix assembly id
The build on current master fails because <id></id> is empty.
In previous versions of maven (before 2.2 final), leaving off the assembly
id and leaving the classifier unconfigured resulted in the assembly being used
as the project's main artifact. With the 2.2 release, this configuration
results in a validation error.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/2xyo/incubator-metron patch-5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/313.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #313
----
commit db8bd6bfea3f39b752f83084acd6807997e92003
Author: 2*yo <[email protected]>
Date: 2016-10-17T09:32:00Z
METRON-500 fix assembly id
The build on current master fails because <id></id> is empty.
In previous versions of maven (before 2.2 final), leaving off the assembly
id and leaving the classifier unconfigured resulted in the assembly being used
as the project's main artifact. With the 2.2 release, this configuration
results in a validation error.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---