File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1212 <version >3.0.0-SNAPSHOT</version >
1313 </parent >
1414
15- <properties >
16- <distDirName >dist</distDirName >
17- </properties >
18-
1915 <dependencies >
2016 <!-- BEEN DEPENDENCIES -->
2117 <dependency >
3329 <artifactId >maven-assembly-plugin</artifactId >
3430 <version >${maven-assembly-plugin.version} </version >
3531 <configuration >
36- <finalName >${distDirName} /bin/ been</finalName >
32+ <finalName >been</finalName >
3733 <archive >
3834 <manifest >
3935 <mainClass >cz.cuni.mff.d3s.been.node.Runner</mainClass >
Original file line number Diff line number Diff line change 5454 <maven-plugin-plugin .version>3.2</maven-plugin-plugin .version>
5555 <maven-site-plugin .version>3.2</maven-site-plugin .version>
5656 <maven-javadoc-plugin .version>2.9.1</maven-javadoc-plugin .version>
57- <maven-source-plugin .version>2.2.1</maven-source-plugin .version>
57+ <maven-source-plugin .version>2.2.1</maven-source-plugin .version>
5858 <maven-project-info-reports-plugin .version>2.7</maven-project-info-reports-plugin .version>
5959 <maven-resources-plugin .version>2.6</maven-resources-plugin .version>
6060 <versions-maven-plugin .version>2.0</versions-maven-plugin .version>
7171
7272 <!-- ENCODING -->
7373 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
74+
7475 </properties >
7576
7677 <dependencies >
128129 <groupId >org.apache.maven.plugins</groupId >
129130 <artifactId >maven-javadoc-plugin</artifactId >
130131 <version >${maven-javadoc-plugin.version} </version >
131- <configuration >
132+ <configuration >
132133 <show >package</show >
133134 </configuration >
134135 </plugin >
137138 <groupId >org.apache.maven.plugins</groupId >
138139 <artifactId >maven-javadoc-plugin</artifactId >
139140 <version >${maven-javadoc-plugin.version} </version >
140- <configuration >
141+ <configuration >
141142 <show >package</show >
143+ <excludePackageNames >cz.cuni.mff.d3s.been.web:cz.cuni.mff.d3s.been.web.*</excludePackageNames >
142144 </configuration >
143145 <executions >
144146 <execution >
Original file line number Diff line number Diff line change 159159 </properties >
160160
161161 <build >
162+ <finalName >been-wi</finalName >
162163
163164 <plugins >
164-
165165 <plugin >
166166 <groupId >org.mortbay.jetty</groupId >
167167 <artifactId >jetty-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments