3 Replies Latest reply on Dec 6, 2017 11:31 AM by galder.zamarreno

    Having issues building the infinispan repo in IntelliJ

    daroleary

      I've managed to build the repo without issue following the instructions in Contributing to Infinispan but not having the same success when building from IntelliJ. Running into errors like:

       

      Error: osgi: [infinispan-query-dsl] Input file does not exist: maven-resources

       

      and

       

      Error:osgi: [infinispan-commons] Split package, multiple jars provide the same package:org/infinispan/commons/test

      Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning

      Package found in   [Jar:classes]

      Class path         [Jar:classes, Jar:classes, Jar:classes]

       

      If anyone has experience building the repo with the latest version of IntelliJ 2017.2 let me know. Thanks!