Giter Club home page Giter Club logo

maven-summarize-plugin's Introduction

Homework-1

Maven Custom Plugin

Deadline 23.06.2022 Perşembe 18:00

Arkadaşlar ödevinizde bir maven buildinde kullanılmak üzere custom plugin geliştirmenizi istiyorum. Bu plugin çalıştırıldıgı projenin bazı bilgilerini pom.xml'den okuyup bir özet dosyası oluşturacaktır. Bu pluginin bir tane goal'e sahip olacaktır. İsmi summarize olabilir.

Pluginimiz projenin versiyonu group id'si artifact id'si bağımlılıklarını pluginlerini developerlarını ve property olarak verilmiş release.date isminde bir property'i okuyacaktır.

Ve bir adet outputFile adında bir parametre alacağız. Bu aldığımız özeti yazacağımız dosyanın adı olacaktır. (target folderının altına oluşturmasını bekliyorum dosyayı)

Ve bunları aşağıdaki formatta parametre olarak verilen output dosyasına yazacaktır.

Project info : groupId.artifactId.versiyon (buraya okudugunuz gerçek değerleri yazacaksınız) Developers : Developer 1 Name : name Developer 2 Name : name (Kaç tane developer varsa artık) Release Date : releaseDate Dependencies Dependency : groupId.artifactId Dependency : groupId.artifactId (Kaç tane ise artık) Plugins Plugin : artifactId Plugin : artifactId (Kaç tane ise artık)

Daha sonra pluginimiz kendisini clean install diyerek build edip local repository'e yüklenmesini sağlayacağız. Daha sonra başka bir projede plugini pom.xml'e dahil edip plugini çalıştıracağız.

ÖDEVE DAIR NOT : Plugin geliştirmek için new maven project dedikten sonra archetype olarak org.apache.maven altında mojo archetype'ini seçiyoruz arkadaşlar.

maven-summarize-plugin's People

Contributors

saitozdemir 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.