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

Maven not pulling this AbstractProviderConfigRegistrarSupport #2

Open
Sakethramvs opened this issue Nov 29, 2018 · 1 comment
Open

Comments

@Sakethramvs
Copy link

import org.springframework.social.config.annotation.AbstractProviderConfigRegistrarSupport;

Is not present.

@Sakethramvs
Copy link
Author

"C:\Program Files\Java\jdk1.8.0_144\bin\java" -Dmaven.multiModuleProjectDirectory=D:\Git\bitbucket-social\spring-social-bitbucket "-Dmaven.home=D:\IntellIJ IDEA\plugins\maven\lib\maven3" "-Dclassworlds.conf=D:\IntellIJ IDEA\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:D:\IntellIJ IDEA\lib\idea_rt.jar=60933:D:\IntellIJ IDEA\bin" -Dfile.encoding=UTF-8 -classpath "D:\IntellIJ IDEA\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2017.2.5 clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.springframework.social:spring-social-bitbucket:jar:1.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for com.mycila.maven-license-plugin:maven-license-plugin is missing. @ line 138, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building spring-social-bitbucket 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ spring-social-bitbucket ---
[INFO] Deleting D:\Git\bitbucket-social\spring-social-bitbucket\target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ spring-social-bitbucket ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 31 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ spring-social-bitbucket ---
[INFO] Compiling 31 source files to D:\Git\bitbucket-social\spring-social-bitbucket\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] \Git\bitbucket-social\spring-social-bitbucket\src\main\java\org\springframework\social\bitbucket\config\annotation\TwitterProviderConfigRegistrar.java:[7,51] error: cannot find symbol
[ERROR] \Git\bitbucket-social\spring-social-bitbucket\src\main\java\org\springframework\social\bitbucket\config\annotation\TwitterProviderConfigRegistrar.java:[18,8] error: cannot find symbol
[ERROR] \Git\bitbucket-social\spring-social-bitbucket\src\main\java\org\springframework\social\bitbucket\config\annotation\TwitterProviderConfigRegistrar.java:[25,4] error: method does not override or implement a method from a supertype
[INFO] 3 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.899 s
[INFO] Finished at: 2018-11-29T11:35:51+05:30
[INFO] Final Memory: 14M/168M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project spring-social-bitbucket: Compilation failure: Compilation failure:
[ERROR] \Git\bitbucket-social\spring-social-bitbucket\src\main\java\org\springframework\social\bitbucket\config\annotation\TwitterProviderConfigRegistrar.java:[7,51] error: cannot find symbol
[ERROR] \Git\bitbucket-social\spring-social-bitbucket\src\main\java\org\springframework\social\bitbucket\config\annotation\TwitterProviderConfigRegistrar.java:[18,8] error: cannot find symbol
[ERROR] \Git\bitbucket-social\spring-social-bitbucket\src\main\java\org\springframework\social\bitbucket\config\annotation\TwitterProviderConfigRegistrar.java:[25,4] error: method does not override or implement a method from a supertype
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

Process finished with exit code 1

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

1 participant