forked from prestodb/airlift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make sample-server-archetype a real java module
sample server archetype is now a real module that can be compiled and built like any other java module. The archetype gets created and published as part of the build process. This should fix the issue of the platform version in the archetype not being updated by the release plugin.
- Loading branch information
Martin Traverso
committed
Dec 7, 2010
1 parent
67ba4be
commit c4fc81a
Showing
11 changed files
with
91 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
sample-server-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
sample-server-archetype/src/main/resources/archetype-resources/README.txt
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
sample-server-archetype/src/main/resources/archetype-resources/src/test/java/TestApp.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Sample server that demonstrates usage of the platform codebase. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...-resources/src/main/java/HelloConfig.java → ...va/com/proofpoint/sample/HelloConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 4 additions & 5 deletions
9
...esources/src/main/java/HelloResource.java → .../com/proofpoint/sample/HelloResource.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...chetype-resources/src/main/java/Main.java → ...main/java/com/proofpoint/sample/Main.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
...e-resources/src/main/java/MainModule.java → ...ava/com/proofpoint/sample/MainModule.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters