You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Klevenz, Stephan" <st...@sap.com> on 2014/05/12 10:17:08 UTC

pojogen-maven-plugin

Hi,

the pojogen-maven-plugin module has a resource dependency to its parent folder. Unfortunately Eclipse IDE doesn't supports such kind of dependencies and shows errors. So, can we avoid this?

WDYT?

Regards,
Stephan



   <resources>

      <resource>

        <directory>src/main/resources</directory>

        <filtering>true</filtering>

      </resource>

      <resource>


        <directory>..</directory>  <!-- issue for Eclipse IDE -->


        <targetPath>META-INF</targetPath>

        <includes>

          <include>LICENSE</include>

        </includes>

      </resource>

    </resources>


Re: pojogen-maven-plugin

Posted by Fabio Martelli <fa...@gmail.com>.
Il 12/05/2014 10:17, Klevenz, Stephan ha scritto:
> Hi,
>
> the pojogen-maven-plugin module has a resource dependency to its parent folder. Unfortunately Eclipse IDE doesn't supports such kind of dependencies and shows errors. So, can we avoid this?
>
> WDYT?
Hi Klevenz, this issue has been reintroduced by the latest refactoring.
I'm going to remove it.

Thank you and best regards.

F.

>
> Regards,
> Stephan
>
>
>
>     <resources>
>
>        <resource>
>
>          <directory>src/main/resources</directory>
>
>          <filtering>true</filtering>
>
>        </resource>
>
>        <resource>
>
>
>          <directory>..</directory>  <!-- issue for Eclipse IDE -->
>
>
>          <targetPath>META-INF</targetPath>
>
>          <includes>
>
>            <include>LICENSE</include>
>
>          </includes>
>
>        </resource>
>
>      </resources>
>
>


-- 
Fabio Martelli

Tirasa - Open Source Excellence
http://www.tirasa.net/

Apache Syncope PMC
http://people.apache.org/~fmartelli/