Hi,
after i modified the pom.xml of the *cli* project to include

        <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
         <version>3.0.0</version>
         <executions>
             <execution>
                 <id>add-source</id>
                 <phase>generate-sources</phase>
                 <goals>
                     <goal>add-source</goal>
                 </goals>
                 <configuration>
                     <sources>
                        
 <source>${project.build.directory}/generated-sources/localizer</source>
                     </sources>
                 </configuration>
             </execution>
         </executions>
      </plugin>


and re-imported everything the build path is set up correctly.
Cheers,

Steffen

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/46b79a6d-78d1-48f5-b1dd-8798eb82a9bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to