<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sebastian Sanchez</title>
    <description>The latest articles on DEV Community by Sebastian Sanchez (@sebas3261).</description>
    <link>https://dev.to/sebas3261</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4133503%2F31d31b80-2707-4b37-9a35-e84305998b2d.jpeg</url>
      <title>DEV Community: Sebastian Sanchez</title>
      <link>https://dev.to/sebas3261</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sebas3261"/>
    <language>en</language>
    <item>
      <title>Introducing mvnex v0.1.0: A Native CLI for Faster Maven Workflows</title>
      <dc:creator>Sebastian Sanchez</dc:creator>
      <pubDate>Sat, 19 Sep 2026 23:54:32 +0000</pubDate>
      <link>https://dev.to/sebas3261/introducing-mvnex-v010-a-native-cli-for-faster-maven-workflows-3ba</link>
      <guid>https://dev.to/sebas3261/introducing-mvnex-v010-a-native-cli-for-faster-maven-workflows-3ba</guid>
      <description>&lt;p&gt;I've been working on a small open-source project called mvnex, a CLI that tries to make some everyday Maven tasks a little more convenient.&lt;/p&gt;

&lt;p&gt;The goal isn't to replace Maven or hide how it works. It still creates and modifies standard Maven projects; it's mostly an additional developer experience layer on top of it.&lt;/p&gt;

&lt;p&gt;Right now, v0.1.0 supports things like:&lt;/p&gt;

&lt;p&gt;Creating a Maven project interactively with mvnex init&lt;/p&gt;

&lt;p&gt;Generating the Maven Wrapper automatically&lt;/p&gt;

&lt;p&gt;Adding dependencies directly from the terminal with mvnex add&lt;/p&gt;

&lt;p&gt;Resolving dependencies through Maven Central and deps.dev&lt;/p&gt;

&lt;p&gt;Dependency scopes (--scope test, runtime, etc.)&lt;/p&gt;

&lt;p&gt;Validating the project after modifying the pom.xml&lt;/p&gt;

&lt;p&gt;It's still very early, which is actually why I'm sharing it now.&lt;/p&gt;

&lt;p&gt;I'd love to get feedback from people who use Maven regularly: things that could be improved, Maven workflows that are unnecessarily tedious, edge cases I'm not considering, or features that would actually be useful.&lt;/p&gt;

&lt;p&gt;The project is completely open source and contributions are very welcome. If anyone finds the idea interesting and wants to contribute, feel free to open an issue, suggest something, or send a PR. There's plenty left to build and I'm very open to changing things based on community feedback.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/sebas3261/mvnex" rel="noopener noreferrer"&gt;https://github.com/sebas3261/mvnex&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Docs: &lt;a href="https://mvnex.sebas3261.com/en/docs/" rel="noopener noreferrer"&gt;https://mvnex.sebas3261.com/en/docs/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>devtools</category>
      <category>opensource</category>
      <category>mvn</category>
    </item>
  </channel>
</rss>
