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

zookeeper protocol is not included at owner-extras jar #113

Closed
ksaritek opened this issue Dec 26, 2014 · 2 comments
Closed

zookeeper protocol is not included at owner-extras jar #113

ksaritek opened this issue Dec 26, 2014 · 2 comments

Comments

@ksaritek
Copy link
Contributor

protocol classes are not included at assembled jar. Can it be because of

<plugin>
                    <groupId>org.apache.felix</groupId>
                    <artifactId>maven-bundle-plugin</artifactId>
                    <version>1.4.0</version>
                    <extensions>true</extensions>
                    <configuration>
                        <instructions>
                            <Export-Package>org.aeonbits.owner.*</Export-Package>
                        </instructions>
                    </configuration>
                </plugin>

configuration

@lviggiano
Copy link
Collaborator

Looks like a valid issue.

@lviggiano lviggiano reopened this Jan 6, 2015
@lviggiano
Copy link
Collaborator

duplicate of #114

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

No branches or pull requests

2 participants