Skip to content

Instantly share code, notes, and snippets.

@anpieber
Created October 10, 2011 13:10
Show Gist options
  • Select an option

  • Save anpieber/1275277 to your computer and use it in GitHub Desktop.

Select an option

Save anpieber/1275277 to your computer and use it in GitHub Desktop.
[pieber@coprime maven-test]$ tree
.
├── pom.xml
├── test-assembly
│   ├── pom.xml
│   ├── src
│   │   └── main
│   │   └── resources
│   │   └── features.xml
│   └── target
│   ├── classes
│   │   └── features.xml
│   └── features-repo
│   └── org
│   └── apache
│   └── karaf
│   └── assemblies
│   └── features
│   ├── enterprise
│   │   └── 2.2.3
│   │   └── enterprise-2.2.3-features.xml
│   └── standard
│   └── 2.2.3
│   └── standard-2.2.3-features.xml
└── test-subproject
└── pom.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment