Skip to content

oleg-cherednik/maven-raml-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebService to RAML maven plugin

Source code

git clone git@github.com:oleg-cherednik/maven-raml-plugin.git
cd maven-raml-plugin
mvn install

Configuration in pom.xml

<project>
    <build>
        <plugins>
            <plugin>
                <groupId>cop.maven.plugins</groupId>
                <artifactId>raml</artifactId>
                <version>0.9-SNAPSHOT</version>
            </plugin>
        </plugins>
    </build>                                    
    
    <repositories>
        <repository>
            <id>cop.mvn.repo</id>
            <url>https://raw.github.com/oleg-cherednik/maven-repo/master/</url>
        </repository>
    </repositories>
</project>

First start

mvn raml:raml
cd target\docs

You can see actual yaml config and RAML result. (Note, that no need any modification in project's business code to make first run.)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages