mushaofeng / java-ws-discovery

Automatically exported from code.google.com/p/java-ws-discovery
GNU Lesser General Public License v3.0
0 stars 0 forks source link

cannot build with mvn 2.0.11 #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout
2. configure.bat
3. mvn install

What is the expected output? What do you see instead?
  Path to dependency:
        1) com.skjegstad:wsdiscovery-soap-lib:jar:1.0-SNAPSHOT
        2) xerces:xercesImpl:jar:xerces-exificient

----------
1 required artifact is missing.

for artifact:
  com.skjegstad:wsdiscovery-soap-lib:jar:1.0-SNAPSHOT

What version of the product are you using? On what operating system?
.2 beta on windows 7

Please provide any additional information below.
jdk 1.6.27

Original issue reported on code.google.com by spyhunte...@gmail.com on 1 Apr 2012 at 11:30

GoogleCodeExporter commented 9 years ago
In addition, there's a large of number of unresolved packaged, such as 
 com.ms.wsdiscovery.jaxb.draft2005.wsdiscovery.HelloType

Original comment by spyhunte...@gmail.com on 1 Apr 2012 at 11:34

GoogleCodeExporter commented 9 years ago
solved

D:\Projects\disco\wsdiscovery-soap-lib>  mvn install:install-file 
-DgroupId=xml-apis -DartifactId=xml-apis -Dversion=apis-exificient 
-Dpackaging=jar -Dfile=..\wsdiscovery-soap-lib\lib\exificient\xml-apis.jar

D:\Projects\disco\wsdiscovery-soap-lib>mvn install:install-file 
-DgroupId=xerces -DartifactId=xercesImpl -Dversion=xerces-exificient 
-Dpackaging=jar -Dfile=..\wsdiscovery-soap-lib\lib\exificient\xercesImpl.jar

Original comment by spyhunte...@gmail.com on 27 Oct 2012 at 1:31