google / caliper

Micro-benchmarking library for Java
Apache License 2.0
816 stars 109 forks source link

Missing pom.xml from recent commit #355

Closed niloc132 closed 6 years ago

niloc132 commented 7 years ago

Build log from running the HEAD with the suggested command:

[colin@trymon caliper (master)]$ mvn eclipse:configure-workspace eclipse:eclipse install
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Child module /Users/colin/workspace/caliper/caliper-runner/pom.xml of /Users/colin/workspace/caliper/pom.xml does not exist @ 
[ERROR] Child module /Users/colin/workspace/caliper/caliper-worker/pom.xml of /Users/colin/workspace/caliper/pom.xml does not exist @ 
[ERROR] Child module /Users/colin/workspace/caliper/caliper-worker-android/pom.xml of /Users/colin/workspace/caliper/pom.xml does not exist @ 
[ERROR] Child module /Users/colin/workspace/caliper/caliper-worker-jvm/pom.xml of /Users/colin/workspace/caliper/pom.xml does not exist @ 
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project com.google.caliper:caliper-parent:1.0-SNAPSHOT (/Users/colin/workspace/caliper/pom.xml) has 4 errors
[ERROR]     Child module /Users/colin/workspace/caliper/caliper-runner/pom.xml of /Users/colin/workspace/caliper/pom.xml does not exist
[ERROR]     Child module /Users/colin/workspace/caliper/caliper-worker/pom.xml of /Users/colin/workspace/caliper/pom.xml does not exist
[ERROR]     Child module /Users/colin/workspace/caliper/caliper-worker-android/pom.xml of /Users/colin/workspace/caliper/pom.xml does not exist
[ERROR]     Child module /Users/colin/workspace/caliper/caliper-worker-jvm/pom.xml of /Users/colin/workspace/caliper/pom.xml does not exist
[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/ProjectBuildingException

It appears that around https://github.com/google/caliper/commit/88b253a9d7e66dd053e03395f0cdb50e76389f9a to 216f254 moved files, ostensibly into a new maven module, but no pom.xml was committed for these modules, so the project cannot be built.