java - mvn appfuse:full-source not working because of subversion -
I'm new to Maven. I have an Appface Maven project and it is embedded I wanted to make it as a full source , But he gave me the following error:
failed to execute target org.appfuse.plugins: Apfus-Maven-plugin: 3.0.0: OOS on full source (default-cli) project: SVN: PROPFIND request failed on '/svn/appfuse_svn/tags/APPFUSE_3.0.0/data/common/src' I have found a solution to find more The information provided or the solution given in the site has been implemented:
& lt; Trunk & gt; Https: //svn.java.net/svn/appfuse_svn/</trunk & gt; inside of the Appface Configuration Tag, after adding my line to my pom.xml file, I tried to run the MVN interface: full-source, but he gave me the same error.
Here's the full stack:
[INFO] Scanning for projects ... [Warning] [Warning] Something while creating an effective model for com.mycompany Problems had occurred: OOS: War: 1.0-SANPSHOT [Warning] 'Dependency Dependency Explore Conclusion: .artifactId for Org.springmodules '': Spring-module-verification: Jar does not match a valid ID pattern with 'value'. @ Line 363, column 33 [Warning] [Warning] To correct these problems, it is highly recommended because they threaten the stability of your construction. [Warning] [Warning] For this reason, the Mayven versions of the future will not have to support the creation of such defective projects. [Warning] [INFO] [INFO] ----------------------------------------- ------------------------------- [INFO] Building Appusa Spring MVC Application 1.0-SNAPSHOT [INFO] ----- -------------------------------------------------- ----------------- [INFO] [INFO] --- Epfs-Maven-Plugin: 3.0.0: Full-Source (Default-CLI) @OOS --- [ INFO] [AppFuse] Installing Source from Data-General Module ... [Error] 175002: svn: PROPFIND request failed on '/svn/appfuse_svn/tags/APPFUSE_3.0.0/data/common/src' [ERROR] 175002 : Svn: svn.java.net: The name or service is not known [INFO] -------------------------------- - ------------------------------------ --- [INFO] Builder failure [INFO] ------------------------------------ --------------- ------------------- [INFO] Total Time: 0.743 s [INFO] Finished: Venus 10 October 15:53:55 UZT 2014 [INFO] Last Memory: 10m / 144m [INFO] --------------------------- ------------------ --------------------------- [ERROR] Target org Failed to execute .appfuse.plugins: Apfus-Maven-plugin: 3.0.0: OOS on full source (default-cli) project: SVN: PROPFIND request '/svn/appfuse_svn/tags/APPFUSE_3.0.0/data/common/ Src '[ERROR] svn: svn.java.net: name or service not known [ERROR] - & gt; [Help 1] [Error] [Error] To see the complete stack traces of errors, re-run Maven with the -i switch [ERROR] To enable full debug logging, Maven, using the X switch, Run. [Error] [Error] For more information about errors and possible solutions, please read the following article: [Error] [Help1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException I removed the entire repository directory in my .m2 folder, but did not help.
I wanted to check the link but asked for username / password to enter it, I think, this may also be a reason I am using Ubuntu and installed the software version as subversion Tried to do it, but it did not work: still the same problem. I hope someone has encountered this type of issue and will share it.
Finally, I understand that the problem was with mysql db i used to pom.xml I was using the default configuration and by default it uses mysql dbms. It is connected with db and all the tables are created in mysql but he has not started the project. But, when I changed the DB profile to postgrescale, why did not I understand why he has acted like a magic, but there is some confrontation with my mobile DBM in the Apfus Maven project.
Comments
Post a Comment