Changeset 10:55f71b04fdfb
- Timestamp:
- 04/01/08 00:58:00 (8 months ago)
- Author:
- ryan@…
- Branch:
- default
- Message:
-
Added assembly to make cli jar with deps
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r9
|
r10
|
|
| 21 | 21 | <target>1.5</target> |
| 22 | 22 | </configuration> |
| | 23 | </plugin> |
| | 24 | <plugin> |
| | 25 | <!-- NOTE: We don't need a groupId specification because the group is |
| | 26 | org.apache.maven.plugins ...which is assumed by default. |
| | 27 | --> |
| | 28 | <artifactId>maven-assembly-plugin</artifactId> |
| | 29 | <configuration> |
| | 30 | <descriptorRefs> |
| | 31 | <descriptorRef>jar-with-dependencies</descriptorRef> |
| | 32 | </descriptorRefs> |
| | 33 | <archive> |
| | 34 | <manifest> |
| | 35 | <mainClass>com.thimbleware.jmemcached.Main</mainClass> |
| | 36 | </manifest> |
| | 37 | </archive> |
| | 38 | </configuration> |
| | 39 | <executions> |
| | 40 | <execution> |
| | 41 | <id>make-assembly</id><!-- this is used for inheritance merges --> |
| | 42 | <phase>package</phase><!-- append to the packaging phase. --> |
| | 43 | <goals> |
| | 44 | <goal>attached</goal><!-- goals == mojos --> |
| | 45 | </goals> |
| | 46 | </execution> |
| | 47 | </executions> |
| 23 | 48 | </plugin> |
| 24 | 49 | </plugins> |
-
|
r7
|
r10
|
|
| 1 | 1 | /** |
| | 2 | * Copyright 2008 ThimbleWare Inc. |
| 2 | 3 | * |
| 3 | | * Java Memcached Server |
| | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | 5 | * you may not use this file except in compliance with the License. |
| | 6 | * You may obtain a copy of the License at |
| 4 | 7 | * |
| 5 | | * Created on January 2nd 2006 |
| 6 | | * Last update January 15th 2006 |
| | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 7 | 9 | * |
| 8 | | * http://jehiah.com/projects/j-memcached |
| 9 | | * |
| 10 | | * Distributed under GPL |
| 11 | | * @author Jehiah Czebotar |
| 12 | | * @version 0.1 |
| | 10 | * Unless required by applicable law or agreed to in writing, software |
| | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| | 13 | * See the License for the specific language governing permissions and |
| | 14 | * limitations under the License. |
| 13 | 15 | */ |
| 14 | 16 | package com.thimbleware.jmemcached; |
-
|
r7
|
r10
|
|
| | 1 | /** |
| | 2 | * Copyright 2008 ThimbleWare Inc. |
| | 3 | * |
| | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | 5 | * you may not use this file except in compliance with the License. |
| | 6 | * You may obtain a copy of the License at |
| | 7 | * |
| | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| | 9 | * |
| | 10 | * Unless required by applicable law or agreed to in writing, software |
| | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| | 13 | * See the License for the specific language governing permissions and |
| | 14 | * limitations under the License. |
| | 15 | */ |
| 1 | 16 | package com.thimbleware.jmemcached; |
| 2 | 17 | |
-
|
r7
|
r10
|
|
| | 1 | /** |
| | 2 | * Copyright 2008 ThimbleWare Inc. |
| | 3 | * |
| | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | 5 | * you may not use this file except in compliance with the License. |
| | 6 | * You may obtain a copy of the License at |
| | 7 | * |
| | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| | 9 | * |
| | 10 | * Unless required by applicable law or agreed to in writing, software |
| | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| | 13 | * See the License for the specific language governing permissions and |
| | 14 | * limitations under the License. |
| | 15 | */ |
| | 16 | |
| 1 | 17 | package com.thimbleware.jmemcached; |
| 2 | 18 | |
-
|
r7
|
r10
|
|
| | 1 | /** |
| | 2 | * Copyright 2008 ThimbleWare Inc. |
| | 3 | * |
| | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | 5 | * you may not use this file except in compliance with the License. |
| | 6 | * You may obtain a copy of the License at |
| | 7 | * |
| | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| | 9 | * |
| | 10 | * Unless required by applicable law or agreed to in writing, software |
| | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| | 13 | * See the License for the specific language governing permissions and |
| | 14 | * limitations under the License. |
| | 15 | */ |
| 1 | 16 | package com.thimbleware.jmemcached; |
| 2 | 17 | |
-
|
r7
|
r10
|
|
| 1 | 1 | /** |
| | 2 | * Copyright 2008 ThimbleWare Inc. |
| 2 | 3 | * |
| 3 | | * Java Memcached Server |
| | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | 5 | * you may not use this file except in compliance with the License. |
| | 6 | * You may obtain a copy of the License at |
| 4 | 7 | * |
| 5 | | * http://jehiah.com/projects/j-memcached |
| | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 6 | 9 | * |
| 7 | | * Distributed under GPL |
| 8 | | * @author Jehiah Czebotar |
| | 10 | * Unless required by applicable law or agreed to in writing, software |
| | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| | 13 | * See the License for the specific language governing permissions and |
| | 14 | * limitations under the License. |
| 9 | 15 | */ |
| 10 | 16 | package com.thimbleware.jmemcached; |
-
|
r7
|
r10
|
|
| | 1 | /** |
| | 2 | * Copyright 2008 ThimbleWare Inc. |
| | 3 | * |
| | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | 5 | * you may not use this file except in compliance with the License. |
| | 6 | * You may obtain a copy of the License at |
| | 7 | * |
| | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| | 9 | * |
| | 10 | * Unless required by applicable law or agreed to in writing, software |
| | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| | 13 | * See the License for the specific language governing permissions and |
| | 14 | * limitations under the License. |
| | 15 | */ |
| 1 | 16 | package com.thimbleware.jmemcached; |
| 2 | 17 | |
-
|
r7
|
r10
|
|
| 14 | 14 | * limitations under the License. |
| 15 | 15 | */ |
| | 16 | |
| 16 | 17 | package com.thimbleware.jmemcached; |
| 17 | 18 | |
-
|
r7
|
r10
|
|
| 1 | 1 | /** |
| | 2 | * Copyright 2008 ThimbleWare Inc. |
| 2 | 3 | * |
| 3 | | * Java Memcached Server |
| | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | 5 | * you may not use this file except in compliance with the License. |
| | 6 | * You may obtain a copy of the License at |
| 4 | 7 | * |
| 5 | | * http://jehiah.com/projects/j-memcached |
| | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 6 | 9 | * |
| 7 | | * Distributed under GPL |
| 8 | | * @author Jehiah Czebotar |
| | 10 | * Unless required by applicable law or agreed to in writing, software |
| | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| | 13 | * See the License for the specific language governing permissions and |
| | 14 | * limitations under the License. |
| 9 | 15 | */ |
| 10 | 16 | package com.thimbleware.jmemcached; |
-
|
r7
|
r10
|
|
| 1 | 1 | /** |
| | 2 | * Copyright 2008 ThimbleWare Inc. |
| 2 | 3 | * |
| 3 | | * Java Memcached Server |
| | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | 5 | * you may not use this file except in compliance with the License. |
| | 6 | * You may obtain a copy of the License at |
| 4 | 7 | * |
| 5 | | * http://jehiah.com/projects/j-memcached |
| | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 6 | 9 | * |
| 7 | | * Distributed under GPL |
| 8 | | * @author Jehiah Czebotar |
| | 10 | * Unless required by applicable law or agreed to in writing, software |
| | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| | 13 | * See the License for the specific language governing permissions and |
| | 14 | * limitations under the License. |
| 9 | 15 | */ |
| 10 | 16 | package com.thimbleware.jmemcached; |
-
|
r7
|
r10
|
|
| | 1 | /** |
| | 2 | * Copyright 2008 ThimbleWare Inc. |
| | 3 | * |
| | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | 5 | * you may not use this file except in compliance with the License. |
| | 6 | * You may obtain a copy of the License at |
| | 7 | * |
| | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| | 9 | * |
| | 10 | * Unless required by applicable law or agreed to in writing, software |
| | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| | 13 | * See the License for the specific language governing permissions and |
| | 14 | * limitations under the License. |
| | 15 | */ |
| 1 | 16 | package com.thimbleware.jmemcached; |
| 2 | 17 | |
-
|
r7
|
r10
|
|
| 1 | 1 | /** |
| | 2 | * Copyright 2008 ThimbleWare Inc. |
| 2 | 3 | * |
| 3 | | * Java Memcached Server |
| | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | 5 | * you may not use this file except in compliance with the License. |
| | 6 | * You may obtain a copy of the License at |
| 4 | 7 | * |
| 5 | | * http://jehiah.com/projects/j-memcached |
| | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 6 | 9 | * |
| 7 | | * Distributed under GPL |
| 8 | | * @author Jehiah Czebotar |
| | 10 | * Unless required by applicable law or agreed to in writing, software |
| | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| | 13 | * See the License for the specific language governing permissions and |
| | 14 | * limitations under the License. |
| 9 | 15 | */ |
| 10 | 16 | package com.thimbleware.jmemcached; |
-
|
r7
|
r10
|
|
| 1 | 1 | /** |
| | 2 | * Copyright 2008 ThimbleWare Inc. |
| 2 | 3 | * |
| 3 | | * Java Memcached Server |
| | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | 5 | * you may not use this file except in compliance with the License. |
| | 6 | * You may obtain a copy of the License at |
| 4 | 7 | * |
| 5 | | * http://jehiah.com/projects/j-memcached |
| | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 6 | 9 | * |
| 7 | | * Distributed under GPL |
| 8 | | * @author Jehiah Czebotar |
| | 10 | * Unless required by applicable law or agreed to in writing, software |
| | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| | 13 | * See the License for the specific language governing permissions and |
| | 14 | * limitations under the License. |
| 9 | 15 | */ |
| 10 | 16 | package com.thimbleware.jmemcached; |
-
|
r7
|
r10
|
|
| 1 | 1 | /** |
| | 2 | * Copyright 2008 ThimbleWare Inc. |
| 2 | 3 | * |
| 3 | | * Java Memcached Server |
| | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | 5 | * you may not use this file except in compliance with the License. |
| | 6 | * You may obtain a copy of the License at |
| 4 | 7 | * |
| 5 | | * http://jehiah.com/projects/j-memcached |
| | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 6 | 9 | * |
| 7 | | * Distributed under GPL |
| 8 | | * @author Jehiah Czebotar |
| | 10 | * Unless required by applicable law or agreed to in writing, software |
| | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| | 13 | * See the License for the specific language governing permissions and |
| | 14 | * limitations under the License. |
| 9 | 15 | */ |
| 10 | 16 | package com.thimbleware.jmemcached; |
-
|
r7
|
r10
|
|
| 1 | 1 | /** |
| | 2 | * Copyright 2008 ThimbleWare Inc. |
| 2 | 3 | * |
| 3 | | * Java Memcached Server |
| | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| | 5 | * you may not use this file except in compliance with the License. |
| | 6 | * You may obtain a copy of the License at |
| 4 | 7 | * |
| 5 | | * http://jehiah.com/projects/j-memcached |
| | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 6 | 9 | * |
| 7 | | * Distributed under GPL |
| 8 | | * @author Jehiah Czebotar |
| | 10 | * Unless required by applicable law or agreed to in writing, software |
| | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| | 13 | * See the License for the specific language governing permissions and |
| | 14 | * limitations under the License. |
| 9 | 15 | */ |
| 10 | 16 | package com.thimbleware.jmemcached; |