/mvnparser

A toy to both marshal and unmarshal pom.xml

Primary LanguageGoMIT LicenseMIT

MvnParser

This project is besed on mxj, gopom, mvnparser

Why this program

  1. Having a hard time to deal with pom.xml in golang
  2. Too hard to find a lib with the function of unmarshal & marshal pom.xml

Usage

  1. Parse - FROM FILE
  2. ToXML - WRITE FILE

Todo