forge-archetype-plugin | This is a scriptable archetype plugin for SeamForge
kandi X-RAY | forge-archetype-plugin Summary
kandi X-RAY | forge-archetype-plugin Summary
forge-archetype-plugin is a Java library. forge-archetype-plugin has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can download it from GitHub.
This is a scriptable archetype plugin for SeamForge. forge $ forge git-plugin git://github.com/ctpconsulting/forge-archetype-plugin.git forge $ archetype create archetypefile.forge --named myproject. println 'Creating a test Archetype!';. archetype { prompt('seam.version','Which version of Seam would you like to use?','3.0.0.Final') project { add-dependency('org.projectlombok:lombok:0.9.3:provided') } module { extension 'model' jrebel { setup } project { install-facet('forge.spec.jpa') } } module { extension 'web' jrebel { setup container(named:'JBOSS6') } project { install-facet('forge.spec.servlet') add-dependency('#{parent.groupId}:#{parent.artifactId}-model:#{parent.version}') // won't work yet... add-dependency('org.jboss.seam.faces:seam-faces:#{seam.version}') add-dependency('org.jboss.seam.catch:seam-catch:#{seam.version}') } } }.create().
This is a scriptable archetype plugin for SeamForge. forge $ forge git-plugin git://github.com/ctpconsulting/forge-archetype-plugin.git forge $ archetype create archetypefile.forge --named myproject. println 'Creating a test Archetype!';. archetype { prompt('seam.version','Which version of Seam would you like to use?','3.0.0.Final') project { add-dependency('org.projectlombok:lombok:0.9.3:provided') } module { extension 'model' jrebel { setup } project { install-facet('forge.spec.jpa') } } module { extension 'web' jrebel { setup container(named:'JBOSS6') } project { install-facet('forge.spec.servlet') add-dependency('#{parent.groupId}:#{parent.artifactId}-model:#{parent.version}') // won't work yet... add-dependency('org.jboss.seam.faces:seam-faces:#{seam.version}') add-dependency('org.jboss.seam.catch:seam-catch:#{seam.version}') } } }.create().
Support
Quality
Security
License
Reuse
Support
forge-archetype-plugin has a low active ecosystem.
It has 3 star(s) with 0 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
forge-archetype-plugin has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of forge-archetype-plugin is current.
Quality
forge-archetype-plugin has no bugs reported.
Security
forge-archetype-plugin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
forge-archetype-plugin does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
forge-archetype-plugin releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Top functions reviewed by kandi - BETA
kandi has reviewed forge-archetype-plugin and discovered the below as its top functions. This is intended to give you an instant insight into forge-archetype-plugin implemented functionality, and help decide if they suit your requirements.
- Invokes a method
- Invokes a method on the specified object
- Adds a method to the command
- Invokes the given closure
- Creates an archetype
- Convenience method for post - processing
- Creates a new archetype
- Creates a new module
- Runs the commands
- Interpolates a string
- Returns the argument as a string
- Returns the value associated with the given key
- Prompts the user to prompt the user
- Puts an object into the cache
- Returns the pom model for the project
- Resolves the project
- Produce a GroovyShell
- Sets a command
Get all kandi verified functions for this library.
forge-archetype-plugin Key Features
No Key Features are available at this moment for forge-archetype-plugin.
forge-archetype-plugin Examples and Code Snippets
No Code Snippets are available at this moment for forge-archetype-plugin.
Community Discussions
No Community Discussions are available at this moment for forge-archetype-plugin.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install forge-archetype-plugin
You can download it from GitHub.
You can use forge-archetype-plugin like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the forge-archetype-plugin component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use forge-archetype-plugin like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the forge-archetype-plugin component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page