[GitHub] activemq-artemis pull request: License stuff

2015-05-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/activemq-artemis/pull/228


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] activemq-artemis pull request: License stuff

2015-05-05 Thread clebertsuconic
Github user clebertsuconic commented on a diff in the pull request:

https://github.com/apache/activemq-artemis/pull/228#discussion_r29716501
  
--- Diff: examples/core/vertx-connector/pom.xml ---
@@ -32,8 +32,10 @@ under the License.
ActiveMQ Artemis Vert.x Example
 

+  ${project.basedir}/../../..
--- End diff --

I'm pretty sure this will be broken under the distribution.. can you try 
running this after building the distribution?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] activemq-artemis pull request: License stuff

2015-05-05 Thread jbertram
GitHub user jbertram opened a pull request:

https://github.com/apache/activemq-artemis/pull/228

License stuff

All the example poms needed to be updated so they would use the same 
location from the license report file (i.e. ratReport.txt).  This is necessary 
so this file can be printed at the end of the Jenkins build so that if the 
license check fails the developer will know which file caused it.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jbertram/activemq-artemis master_work

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/228.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 #228


commit 26a97dc850be3ae92334e44b8092de5193c43aa3
Author: jbertram 
Date:   2015-05-05T19:27:32Z

Revert "disabled RAT plugin by default and updated the docs for releasing 
explaining how to enable it."

This reverts commit d30ffb79c82e513f62b962aa02417e05bf39a204.

Reverted because the PR build was missing files without the right license.

commit 9dcb2d2faa8026a7c11636a1f72db52d7cb45ec2
Author: jbertram 
Date:   2015-05-05T21:34:41Z

Add license header

commit dc78dd4c50b70272675c5c379ef99063446c0c98
Author: jbertram 
Date:   2015-05-05T21:35:09Z

Re-enable & refactor license check




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---