Don't think the "${project.basedir}/lib/" is required to compile Kylin..

On Tue, Nov 29, 2016 at 4:59 PM, big data <[email protected]> wrote:

> I use maven-compiler-plugin to load /lib/*.jar files, like this in pom.xml:
>
> <build>    <plugins>        <plugin>            
> <groupId>org.apache.maven.plugins</groupId>            
> <artifactId>maven-compiler-plugin</artifactId>            
> <version>3.0</version>            <configuration>                
> <source>1.7</source>                <target>1.7</target>                
> <encoding>UTF-8</encoding>                <compilerArguments>                 
>    <extdirs>${project.basedir}/lib/</extdirs>                
> </compilerArguments>            </configuration>        </plugin>    
> </plugins></build>
>
> I've put jar files into ${project.basedir}/lib folder, but in source code,
> it still can not find the jar's classes...
>
>
>
>
>

Reply via email to