RYA-306 Remove rya.benchmark committed gen#191
RYA-306 Remove rya.benchmark committed gen#191ejwhite922 wants to merge 10 commits intoapache:masterfrom
Conversation
extras/rya.benchmark/pom.xml
Outdated
| <configuration> | ||
| <!-- Place the generated source within the 'src' directory so license-maven-plugin will find it. --> | ||
| <outputDirectory>src/main/gen</outputDirectory> | ||
| <outputDirectory>src/gen/java</outputDirectory> |
There was a problem hiding this comment.
Line 109 is unnecessary. Remove so code is stored in ${project.build.directory}/generated-sources per maven convention.
| </configuration> | ||
| </plugin> | ||
|
|
||
| <plugin> |
There was a problem hiding this comment.
Plugin execution is unnecessary if code is stored in ${project.build.directory}/generated-sources.
| <outputDirectory>src/gen/java</outputDirectory> | ||
| </configuration> | ||
| </plugin> | ||
|
|
There was a problem hiding this comment.
Plugin execution is unnecessary if code is stored in ${project.build.directory}/generated-sources.
| </configuration> | ||
| </plugin> | ||
|
|
||
| <plugin> |
There was a problem hiding this comment.
Plugin execution is unnecessary if code is stored in ${project.build.directory}/generated-sources.
|
Refer to this link for build results (access rights to CI server needed): |
|
Sorry for so many comments. The main concern I have with this is that if generated source is not stored in the |
isper3at
left a comment
There was a problem hiding this comment.
Didn't know about Jeff's comments. that's good to know moving forward. Glad to see this issue going away
|
I feel bad taking up your time with this Eric. I've got a branch from a while ago that is probably good enough. Do you want me to update it and send it out as a PR, or let you mod this PR? Happy to do either. |
a994f25 to
69dc245
Compare
|
Refer to this link for build results (access rights to CI server needed): Build result: FAILURE[...truncated 5.53 MB...][INFO] Apache Rya Spark Support ........................... SKIPPED[INFO] Apache Rya Web Projects ............................ SKIPPED[INFO] Apache Rya Web Implementation ...................... SKIPPED[INFO] ------------------------------------------------------------------------[INFO] BUILD FAILURE[INFO] ------------------------------------------------------------------------[INFO] Total time: 24:17 min[INFO] Finished at: 2017-08-04T19:23:25+00:00[INFO] Final Memory: 419M/3343M[INFO] ------------------------------------------------------------------------[ERROR] Failed to execute goal com.mycila:license-maven-plugin:2.6:format (default) on project rya.export.api: Resource ${rya.project.basedir}/resources/LICENSE_HEADER.txt not found in file system, classpath or URL: no protocol: ${rya.project.basedir}/resources/LICENSE_HEADER.txt -> [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/MojoFailureException[ERROR] [ERROR] After correcting the problems, you can resume the build with the command[ERROR] mvn -rf :rya.export.apichannel stoppedSetting status of 69dc245 to FAILURE with url https://builds.apache.org/job/incubator-rya-master-with-optionals-pull-requests/357/ and message: 'FAILURE 'Using context: Jenkins: clean package -Pgeoindexing |
|
Refer to this link for build results (access rights to CI server needed): |
…erated files appear automatically in their corresponding Eclipse project .classpath file when updating through Maven.
…other projects.
f39de0e to
9fc2c2e
Compare
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
I made all changes requested. Let me know if anything else is needed. |
|
Looks good. I just made a pull request to your branch with my last couple nits. |
RYA-306 Added a pluginManagement definition for the license-maven-plugin
|
Refer to this link for build results (access rights to CI server needed): |
Description
Deleted the committed generated source code in rya.benchmark from git. It is now generated and ignored by git so when building changes to those files they don't show up as changed files in git.
Also, other projects that use generated source now append the license header to the generated files. The license header is placed in the top level Rya project under "resources" so all projects can access it and has a property in the rya parent pom called "license.header.file".
Tests
Build
Links
Jira
Checklist
People To Review
@meiercaleb
@amihalik
@jdasch