bennidi / mbassador

Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven
MIT License
955 stars 146 forks source link

Failed to build mbassador with maven offline mode for Fedora #135

Closed ghost closed 8 years ago

ghost commented 8 years ago

commit 005915b42e2486f5095893a4429db32fcc5341ec Author: bennidi b.diedrichsen@gmail.com Date: Fri Jun 19 16:32:30 2015 +0200

fixed pmd codestyle errors

This commit introduced dependency against nazgul-codestyle-4.1.1. Unfortunately. rpm package for nazgul-codestyle is unavailable. That means we can't build mbassadaor with maven offline mode enabled. After revert the pom.xml changes introduced by the commit, building works again.

cat nazgul_codestyle_issue.patch diff --git a/pom.xml b/pom.xml index 4b9abff..c2f57ad 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,6 @@

2.0.1 1.6 3.0.1 - ``` 4.1.1 UTF-8 1.6 file://${project.basedir}/mvn-local-repo ``` @@ -131,7 +130,7 @@ - - org.apache.felix ``` # Please fix this issue, thanks.
bennidi commented 8 years ago

Fixed in 1.4.2.2

ghost commented 8 years ago

"Fixed in 1.4.2.2" ^^^^^^

Is it a typo? And could you please provide the commit ID which fixes this issue?

ghost commented 8 years ago

1.4.2.2? Is it a typo?

bennidi commented 8 years ago

Yes. 1.2.4.2 Sorry