Details
-
Type:
Improvement
-
Status:
Resolved
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7-rc-1
Description
It'd be nice to have some way to publish and use something similar to maven archetypes. Perhaps something like this:
gradle create http://www.example.com/some-archetype
with perhaps some built in archetypes:
gradle createWarProject Foo
gradle createEarProject Bar
Just some ideas. I know this would save me a lot of typing/manually creating stuff (for now I have empty projects that I checkout from git and rename).
Thanks,
James
Activity
Contegix Support
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Project Import | Sat Mar 19 09:23:24 CDT 2011 [ 1300544604020 ] |
Daz DeBoer
made changes -
| Workflow | jira [ 12396 ] | jira with pivotal tracker [ 14320 ] |
Luke Daley
made changes -
| Workflow | jira with pivotal tracker [ 14320 ] | jira with pivotal tracker (no resolved, only closed) [ 16876 ] |
Luke Daley
made changes -
| Workflow | jira with pivotal tracker (no resolved, only closed) [ 16876 ] | Copy of jira with pivotal tracker (no closed, only resolved) [ 19643 ] |
Adam Murdoch
made changes -
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 1.7-rc-1 [ 10675 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Unable to get TeamCity builds: No active plugin license is found! Please visit http://stiltsoft.com/teamcity for details
My Suggestion is
We can add this inside Gradle plugin like Java, Web etc. and when user types
gradle createWarProject Foo
gradle createEarProject Bar
It automatically creates. So any plugin you add to gradle will internally have all the setup.