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

Some fixes for the maven build warnings #893

Merged
merged 3 commits into from Dec 31, 2013
Merged

Conversation

bvahdat
Copy link
Contributor

@bvahdat bvahdat commented Dec 31, 2013

No description provided.

…istTest

The warning is:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
This was the warning while building:

[WARNING] Some problems were encountered while building the effective
model for io.hawt:hawtio-web:war:1.3-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique
but found duplicate declaration of plugin
org.codehaus.mojo:exec-maven-plugin @ line 665, column 15
davsclaus added a commit that referenced this pull request Dec 31, 2013
Some fixes for the maven build warnings
@davsclaus davsclaus merged commit 252ea08 into hawtio:master Dec 31, 2013
@davsclaus
Copy link
Member

Thanks again Babak. Happy new year.

@davsclaus
Copy link
Member

Wonder if this affected how we usually start the hawtio-web for development.

I get this error now:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32.606s
[INFO] Finished at: Tue Dec 31 14:44:43 CET 2013
[INFO] Final Memory: 39M/366M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java (default-cli) on project hawtio-web: The parameters 'mainClass' for goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java are missing or invalid -> [Help 1]

I just do

cd hawtio-web
mvn test exec:java

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

Successfully merging this pull request may close these issues.

None yet

2 participants