Bläddra i källkod

ZOOKEEPER-3498: Move jute generated sources to generated-source/java

Avoid mixup with class files.

cc phunt anmolnar eolivelli nkalmar

Author: tison <wander4096@gmail.com>

Reviewers: eolivelli@apache.org, andor@apache.org

Closes #1043 from TisonKun/ZOOKEEPER-3498
tison 6 år sedan
förälder
incheckning
abf1865c3a
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      zookeeper-jute/pom.xml

+ 3 - 3
zookeeper-jute/pom.xml

@@ -65,7 +65,7 @@
               </includes>
               <lookAhead>2</lookAhead>
               <isStatic>false</isStatic>
-              <outputDirectory>${project.build.directory}/classes/</outputDirectory>
+              <outputDirectory>${project.build.directory}/generated-sources/java</outputDirectory>
             </configuration>
           </execution>
         </executions>
@@ -94,7 +94,7 @@
               <goal>exec</goal>
             </goals>
             <configuration>
-              <workingDirectory>${project.build.directory}/classes/</workingDirectory>
+              <workingDirectory>${project.build.directory}/generated-sources/java</workingDirectory>
               <executable>java</executable>
               <arguments>
                 <argument>-classpath</argument>
@@ -139,7 +139,7 @@
             </goals>
             <configuration>
               <sources>
-                <source>${basedir}/target/classes</source>
+                <source>${basedir}/target/generated-sources/java</source>
               </sources>
             </configuration>
           </execution>