awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesMaven

Selects which submodule to run while building only its dependencies, then starts the chosen module in a Maven multi-module project.

Distinct from Multi-Module Builds: Distinct from Android Multi-Module Builds: focuses on Maven-based Java projects, not Android Gradle modules.

Explore 4 awesome GitHub repositories matching mobile development · Maven. Refine with filters or upvote what's useful.

Awesome Maven GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • goodrain/rainbondAvatar goodrain

    goodrain/rainbond

    6,184Vezi pe GitHub↗

    Rainbond is a Kubernetes-native application platform that deploys and manages containerized applications through a graphical interface, abstracting Kubernetes complexity so users can work without needing to learn Kubernetes commands or concepts. It provides a complete application lifecycle management system covering development, architecture, delivery, and operations from a single unified web interface, with automated workflows that handle cluster provisioning, application deployment, and ongoing management. The platform distinguishes itself through its application marketplace, which packages

    Selects which submodule to run while building only its dependencies in Maven multi-module projects.

    Go
    Vezi pe GitHub↗6,184
  • 201206030/novelAvatar 201206030

    201206030/novel

    5,749Vezi pe GitHub↗

    novel 是一套基于时下最新 Java 技术栈 Spring Boot 3 Vue 3 开发的前后端分离学习型小说项目,配备保姆级教程手把手教你从零开始开发上线一套生产级别的 Java 系统,由小说门户系统、作家后台管理系统、平台后台管理系统等多个子系统构成。包括小说推荐、作品检索、小说排行榜、小说阅读、小说评论、会员中心、作家专区、充值订阅、新闻发布等功能。

    Organizes code into separate Maven modules to enforce dependency boundaries across shared, business, and web layers.

    Javabookcmsmybatis
    Vezi pe GitHub↗5,749
  • springside/springside4Avatar springside

    springside/springside4

    5,652Vezi pe GitHub↗

    SpringSide 4 is an enterprise Java reference architecture and utility library built on the Spring Framework. It provides a pragmatic, best-practice application stack for building RESTful web services, web applications, and data access layers, along with a curated collection of high-performance utility classes for common operations like text, date, collection, reflection, concurrency, and I/O handling. The project distinguishes itself by combining a complete reference application scaffold with production-oriented infrastructure. It includes a JPA-based data access layer that automatically tran

    Documents how to run custom Ant tasks and Java classes directly from Maven.

    Java
    Vezi pe GitHub↗5,652
  • apache/mavenAvatar apache

    apache/maven

    5,161Vezi pe GitHub↗

    Maven este un instrument de automatizare a build-ului Java și un orchestrator de build software. Funcționează ca un manager de ciclu de viață al proiectului și sistem de gestionare a dependențelor, folosind un model de obiect al proiectului (POM) standardizat pentru a compila, testa și împacheta proiecte Java. Proiectul se distinge printr-un ciclu de viață al build-ului bazat pe faze și un model de extensie bazat pe plugin-uri, permițând utilizatorilor să lege obiective personalizate de etape specifice ale build-ului. Coordonează software-ul complex prin orchestrarea proiectelor multi-modul și asigură un flux de lucru reproductibil prin neutralizarea variabilelor de mediu și controlul versiunilor de toolchain. Capabilitățile sale acoperă gestionarea cuprinzătoare a dependențelor, inclusiv rezolvarea dependențelor tranzitive și publicarea artefactelor în repository-uri remote. Sistemul oferă, de asemenea, generarea de proiecte prin template-uri și generarea de documentație detaliată pentru producerea referințelor API și a site-urilor de proiect. Instrumentul include o interfață de linie de comandă (CLI) cu completare automată și suportă execuția build-ului offline folosind un cache local de artefacte.

    Manages multi-module project structures to ensure consistent versioning and dependency sharing across sub-projects.

    Javaapache-mavenbuild-managementhacktoberfest
    Vezi pe GitHub↗5,161
  1. Home
  2. Mobile Development
  3. Android Module Management
  4. Multi-Module Builds
  5. Maven

Explorează sub-etichetele

  • Custom Script ExecutionRunning Ant tasks or Java classes directly from Maven without attaching them to a build phase. **Distinct from Maven:** Distinct from Maven: focuses on ad-hoc script execution via Maven plugins, not general build lifecycle management.
  • Multi-Module Project StructuresOrganizes code into separate Maven modules for shared libraries, business logic, and web layers to enforce dependency boundaries. **Distinct from Maven:** Distinct from Maven: focuses on the multi-module project organization pattern rather than the build tool itself.