File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/dev/dashaun/shell/initializr/plusplus Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7272 <plugin >
7373 <groupId >io.spring.javaformat</groupId >
7474 <artifactId >spring-javaformat-maven-plugin</artifactId >
75- <version >0.0.39 </version >
75+ <version >0.0.41 </version >
7676 <executions >
7777 <execution >
7878 <goals >
Original file line number Diff line number Diff line change 66import org .apache .maven .model .io .xpp3 .MavenXpp3Writer ;
77import org .codehaus .plexus .util .xml .pull .XmlPullParserException ;
88import org .springframework .shell .Availability ;
9+ import org .springframework .shell .command .annotation .Command ;
910import org .springframework .shell .standard .*;
1011
1112import java .io .*;
@@ -55,6 +56,7 @@ public String projectDescription(@ShellOption(defaultValue = "") String descript
5556 : "Successfully set project name to '%s'" .formatted (description );
5657 }
5758
59+ @ Command
5860 @ ShellMethod ("Update the project name" )
5961 public String projectName (@ ShellOption (defaultValue = "${project.groupId}.${project.artifactId}" ) String name ) {
6062 try {
You can’t perform that action at this time.
0 commit comments