SmartBear / readyapi-swagger-plugin

Ready! API Plugin for importing Swagger definitions as REST Services
36 stars 27 forks source link

mvn install error: #28

Open hxgqh opened 8 years ago

hxgqh commented 8 years ago

Output:

Results :

Tests in error: 
      testExportResourceListing(com.smartbear.swagger.SwaggerExporterTest): Cannot get property 'basePath' on null object
      testImportResourceListing(com.smartbear.swagger.SwaggerImporterTest): Cannot get property 'basePath' on null object
      testImportApiDeclaration(com.smartbear.swagger.SwaggerImporterTest): Unexpected char=<

Tests run: 5, Failures: 0, Errors: 3, Skipped: 0

I can do mvn install without test:

mvn install -Dmaven.test.skip=true
nmrao commented 8 years ago

Thank you @hxgqh