Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 575269c1a1e82176b7eb25c264349530f9c3c733 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<assembly>
  <id>site-component</id>
  <formats>
    <format>jar</format>
  </formats>
  <fileSets>
    <fileSet>
      <directory>${basedir}</directory>
      <outputDirectory>jetty</outputDirectory>
      <includes>
        <include>src/main/resources/org/eclipse/**</include>
      </includes>
    </fileSet>
  </fileSets>
</assembly>

Back to the top