maven吧 关注:1,580贴子:3,526

回复:遇到问题请召唤我,我会尽可能解决你们的问题的。

只看楼主收藏回复

能 麻烦楼主发一个 s2sh搭建 maven的框架给我吗 我想要研究研究 谢谢了 13021245448@163.com


57楼2015-06-26 16:27
回复
    你好 我在建立MAVEN工程遇到了
    com.thoughtworks.xstream.io.HierarchicalStreamDriverpom.xml/sshe第 1 行Maven Configuration Problem 这个错误请问你是怎么解决的


    IP属地:上海61楼2015-07-15 22:16
    收起回复
      2026-01-03 08:32:26
      广告
      不感兴趣
      开通SVIP免广告
      想问一下,maven的自动release发布支不支持git?
      <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-release-plugin</artifactId>
      <version>2.0</version>
      <configuration>
      <tagBase></tagBase>
      <branchBase></branchBase>
      </configuration>
      </plugin>
      这里的tagBase和BranchBase是否支持git?


      IP属地:浙江62楼2015-07-21 17:50
      收起回复
        能不能给我发一个maven的压缩包,,那个网站巨卡,,邮箱843012798@qq.com,,谢谢


        64楼2015-07-30 11:10
        回复
          [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project HelloWorld: Fatal error compiling: tools.jar not found: C:\Program Files (x86)\Java\jre8\..\lib\tools.jar -> [Help 1]
          只有clean可以执行,然后clean compile和clean package每次执行都是这个问题,第二天学习maven,新手求楼主指教跪求了


          IP属地:上海65楼2015-08-06 17:03
          收起回复
            这是补楼上的图,,谢谢了。,。麻烦了


            IP属地:上海66楼2015-08-06 17:08
            回复
              <resource >
              <directory>src/main/resources</directory>
              <includes>
              <include>yese/resource/jdbc/jdbc.properties</include>
              <include>yese/resource/log4j/log4j.xml</include>
              <include>yese/resource/spring/web/mvc.properties</include>
              </includes>
              <filtering >true</filtering>
              </resource>
              loghome=${user.home}/logs
              我想要得到的是
              <appender name="DEBUG" class="org.apache.log4j.RollingFileAppender">
              <param name="Threshold" value="DEBUG" />
              <param name="File" value="${user.home}/logs/yese/debug.log" />
              但是,编译完成后是
              <appender name="DEBUG" class="org.apache.log4j.RollingFileAppender">
              <param name="Threshold" value="DEBUG" />
              <param name="File" value="C:\\Users\\Administrator/logs/yese/debug.log" />
              <param name="Append" value="true" />
              ??


              IP属地:浙江67楼2015-08-12 14:53
              回复
                大神麻烦您帮我解答我发的贴,谢谢http://tieba.baidu.com/p/3977428533


                68楼2015-08-17 22:41
                回复
                  2026-01-03 08:26:26
                  广告
                  不感兴趣
                  开通SVIP免广告
                  楼主,我安装nexus服务后,不知道怎么回事,启动nexus服务总是失败


                  IP属地:广东69楼2015-09-01 09:36
                  回复
                    创建Maven项目时,各种jar包出错。


                    70楼2015-09-05 12:18
                    回复
                      伟大万能的楼主啊,我召唤您,请赐予我力量吧 。
                      我遇到一个错误:
                      Disconnected from the target VM, address: '127.0.0.1:61881', transport: 'socket'
                      [ERROR] Failed to execute goal on project testjetty: Could not resolve dependencies for project com.moonx:testjetty:war:1.0.0-BUILD-SNAPSHOT: Failed to collect dependencies at net.sourceforge.dynamicreports:dynamicreports-core:jar:4.0.1 -> net.sf.jasperreports:jasperreports:jar:6.1.0 -> com.lowagie:itext:jar:2.1.7.js2: Failed to read artifact descriptor for com.lowagie:itext:jar:2.1.7.js2: Could not transfer artifact com.lowagie:itext:pom:2.1.7.js2 from/to jasperreports (http://jasperreports.sourceforge.net/maven2): Connect to jasperreports.sourceforge.net:80 [jasperreports.sourceforge.net/216.34.181.96] failed: Connection timed out: connect -> [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/DependencyResolutionException
                      我按照例子引入,出现次错误。 请楼主查阅! 我差了下端口号并无端口占用


                      71楼2015-09-10 16:28
                      收起回复
                        通常这个原因可能是防火墙和版本不一致。我还没有细看。


                        IP属地:上海来自Android客户端72楼2015-09-10 20:49
                        回复
                          jetty发布服务器报的什么错啊?
                          [WARNING]
                          [WARNING] Some problems were encountered while building the effective settings
                          [WARNING] expected START_TAG or END_TAG not TEXT (position: TEXT seen ...</localRepository> -->\r\n \t<l... @54:6) @ E:\maven file\apache-maven-3.3.3\conf\settings.xml, line 54, column 6
                          [WARNING]
                          [INFO] Scanning for projects...
                          [INFO] Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
                          [INFO] Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
                          [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 KB at 7.9 KB/sec)
                          [INFO] Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (13 KB at 4.8 KB/sec)
                          [INFO] ------------------------------------------------------------------------
                          [INFO] BUILD FAILURE
                          [INFO] ------------------------------------------------------------------------
                          [INFO] Total time: 3.090 s
                          [INFO] Finished at: 2015-09-26T19:07:06+08:00
                          [INFO] Final Memory: 10M/109M
                          [INFO] ------------------------------------------------------------------------
                          [ERROR] No plugin found for prefix 'jetty' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (E:\Repositories\Maven), central (http://repo.maven.apache.org/maven2)] -> [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/NoPluginFoundForPrefixException


                          73楼2015-09-26 19:13
                          回复
                            Forking command line: cmd.exe /X /C "D:\myeclise\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\jre\bin\java -jar "C:\Users\Administrator\Workspaces\MyEclipse 8.5\myway\target\surefire\surefirebooter6034587661053890028.jar" "C:\Users\Administrator\Workspaces\MyEclipse 8.5\myway\target\surefire\surefire5193401260270353732tmp" "C:\Users\Administrator\Workspaces\MyEclipse 8.5\myway\target\surefire\surefire2232084516494678347tmp""
                            这是什么情况啊


                            IP属地:海南74楼2015-10-09 11:59
                            回复