Skip to content

172-Norma-Java-Spring-Bootcamp/enginakin-Homework1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

This project reports type of classes and endpoint

clone the project

In the project you want to use the plugin, enter the values as dependency

go to terminal and run 'mvn install' command

    <dependencies>
         <dependency>
                <groupId>com.tr</groupId>
                <artifactId>report-class</artifactId>
                <version>0.1</version>
            </dependency>
    </dependencies>
    
    
  <build>
    <plugins>
                <plugin>
                    <groupId>com.tr</groupId>
                    <artifactId>report-class</artifactId>
                    <version>0.1</version>
                    <executions>
                        <execution>
                            <id>id.install</id>
                            <phase>install</phase>
                            <goals>
                                <goal>run</goal><!-- name of mojo -->
                            </goals>

                        </execution>
                    </executions>
                </plugin> 
     </plugins>   
  </build>

reportexmp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages