[ 
https://issues.apache.org/jira/browse/RYA-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16110989#comment-16110989
 ] 

ASF GitHub Bot commented on RYA-306:
------------------------------------

Github user jdasch commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/191#discussion_r130889095
  
    --- Diff: extras/rya.benchmark/pom.xml ---
    @@ -106,11 +106,29 @@
                     </executions>
                     <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>
    --- End diff --
    
    Line 109 is unnecessary.  Remove so code is stored in 
${project.build.directory}/generated-sources per maven conversion.


> remove generated source from git
> --------------------------------
>
>                 Key: RYA-306
>                 URL: https://issues.apache.org/jira/browse/RYA-306
>             Project: Rya
>          Issue Type: Bug
>          Components: build
>            Reporter: Jeff Dasch
>            Assignee: Eric White
>            Priority: Trivial
>
> Several files in {{extras/rya.benchmark/src/main/gen}} get modified at 
> compile time.  They should be removed from git and configured to be created 
> in {{extras/rya.benchmark/target/generated-sources}} so they can be removed 
> by {{mvn clean}}.
> Files in question:
> {noformat}
>       modified:   extras/rya.benchmark/src/main/gen/META-INF/sun-jaxb.episode
>       modified:   
> extras/rya.benchmark/src/main/gen/org/apache/rya/benchmark/query/ObjectFactory.java
>       modified:   
> extras/rya.benchmark/src/main/gen/org/apache/rya/benchmark/query/Parameters.java
>       modified:   
> extras/rya.benchmark/src/main/gen/org/apache/rya/benchmark/query/QueriesBenchmarkConf.java
>       modified:   
> extras/rya.benchmark/src/main/gen/org/apache/rya/benchmark/query/Rya.java
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to