Skip to content

Commit

Permalink
Updated license and fixed namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Samurai016 committed Jan 31, 2025
1 parent b00bb80 commit fa869cf
Show file tree
Hide file tree
Showing 16 changed files with 761 additions and 70 deletions.
3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

674 changes: 674 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# JRE Maven Plugin
![Maven Central Version](https://img.shields.io/maven-central/v/io.github.samurai016.jre_maven_plugin/jre-maven-plugin?style=flat-square&logo=apachemaven&label=Maven)
![Adoptium API](https://img.shields.io/badge/Adoptium%20API-%2314003c?style=flat-square&logo=eclipseadoptium&logoColor=%23ff1464&labelColor=%2314003c)
[![Latest Version](https://img.shields.io/github/v/release/Samurai016/jre-maven-plugin?style=flat-square&logo=github&label=latest)](https://github.com/Samurai016/jre-maven-plugin/releases/latest)
[![GitHub Packages](https://img.shields.io/badge/GitHub%20Packages-%23181717?style=flat-square&logo=github)](https://github.com/Samurai016/jre-maven-plugin/packages/2387673)
[![Adoptium API](https://img.shields.io/badge/Adoptium%20API-%2314003c?style=flat-square&logo=eclipseadoptium&logoColor=%23ff1464&labelColor=%2314003c)](https://adoptium.net/)

This Maven plugin allows you to bundle a JRE inside your project.
It can download the JRE from [Adoptium](https://adoptium.net/) and optionally unzip it to a specified directory.
Expand Down Expand Up @@ -112,7 +113,7 @@ mvn clean install
```

## 🛡️ License
This project is licensed under the [GNU General Public License v3.0](LICENSE.md).
This project is licensed under the [GNU General Public License v3.0](https://github.com/Samurai016/jre-maven-plugin/LICENSE.md).

## 🤝 Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Maven JRE Plugin
* Copyright (c) 2025 Nicolò Rebaioli
*
* This program is free software; you can redistribute it and/or modify
* This file is part of Maven JRE Plugin.
*
* Maven JRE Plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* Maven JRE Plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Maven JRE Plugin
* Copyright (c) 2025 Nicolò Rebaioli
*
* This program is free software; you can redistribute it and/or modify
* This file is part of Maven JRE Plugin.
*
* Maven JRE Plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
*
* Maven JRE Plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Maven JRE Plugin
* Copyright (c) 2025 Nicolò Rebaioli
*
* This program is free software; you can redistribute it and/or modify
* This file is part of Maven JRE Plugin.
*
* Maven JRE Plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* Maven JRE Plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Maven JRE Plugin
* Copyright (c) 2025 Nicolò Rebaioli
*
* This program is free software; you can redistribute it and/or modify
* This file is part of Maven JRE Plugin.
*
* Maven JRE Plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* Maven JRE Plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Maven JRE Plugin
* Copyright (c) 2025 Nicolò Rebaioli
*
* This program is free software; you can redistribute it and/or modify
* This file is part of Maven JRE Plugin.
*
* Maven JRE Plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* Maven JRE Plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Maven JRE Plugin
* Copyright (c) 2025 Nicolò Rebaioli
*
* This program is free software; you can redistribute it and/or modify
* This file is part of Maven JRE Plugin.
*
* Maven JRE Plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* Maven JRE Plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Maven JRE Plugin
* Copyright (c) 2025 Nicolò Rebaioli
*
* This program is free software; you can redistribute it and/or modify
* This file is part of Maven JRE Plugin.
*
* Maven JRE Plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* Maven JRE Plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Maven JRE Plugin
* Copyright (c) 2025 Nicolò Rebaioli
*
* This program is free software; you can redistribute it and/or modify
* This file is part of Maven JRE Plugin.
*
* Maven JRE Plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* Maven JRE Plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Maven JRE Plugin
* Copyright (c) 2025 Nicolò Rebaioli
*
* This program is free software; you can redistribute it and/or modify
* This file is part of Maven JRE Plugin.
*
* Maven JRE Plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* Maven JRE Plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Maven JRE Plugin
* Copyright (c) 2025 Nicolò Rebaioli
*
* This program is free software; you can redistribute it and/or modify
* This file is part of Maven JRE Plugin.
*
* Maven JRE Plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* Maven JRE Plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Maven JRE Plugin
* Copyright (c) 2025 Nicolò Rebaioli
*
* This program is free software; you can redistribute it and/or modify
* This file is part of Maven JRE Plugin.
*
* Maven JRE Plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* Maven JRE Plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Maven JRE Plugin
* Copyright (c) 2025 Nicolò Rebaioli
*
* This program is free software; you can redistribute it and/or modify
* This file is part of Maven JRE Plugin.
*
* Maven JRE Plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* Maven JRE Plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
* Maven JRE Plugin
* Copyright (c) 2025 Nicolò Rebaioli
*
* This program is free software; you can redistribute it and/or modify
* This file is part of Maven JRE Plugin.
*
* Maven JRE Plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* Maven JRE Plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* along with Maven JRE Plugin. If not, see <http://www.gnu.org/licenses/>.
*/
package io.github.samurai016.jre_maven_plugin.adoptium.models;

Expand Down

0 comments on commit fa869cf

Please sign in to comment.