Git Product home page Git Product logo

intellij-multiproject's Introduction

intellij-multiproject

[intellij-multiproject] is a MIT-licensed shell script to make it easy to embed other IntelliJ projects that are libraries within a master project. To use it from another project, add it as a submodule in tools/intellij-multiproject then ln -s tools/intellij-multiproject/intellij-multiproject-git-hook git-pull-hook.

What is combined

  • Modules
  • Artifacts (output paths are re-written)
  • Library definitions (subprojects overwrite master; last one wins)

What isn't combined

What could be

  • Copyright profiles are not combined (use a scope to exclude the library code)
    • They could be with some work

What won't be

  • It is not possible to combine the version of Java, or the Java SDKs
    • This can cause problems if there is a difference in the version of Java in the master project and sub-projects
    • It can be overcome by explicitly setting the module's JDK and Java version
  • Output path overrides may not work as expected, but it is rare to override a project output path with a per-module one for libraries
  • Compiler settings are not combined
  • Run configurations are not combined
  • Code style settings are not combined (it is recommended to stick to make major edits using sub-projects)
  • Inspection Profiles are not combined

intellij-multiproject's People

Contributors

raphaelcohn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.