From b5c2d21be6ad71e8505fe5bc2aa81ebb15706f99 Mon Sep 17 00:00:00 2001 From: "pablo.rodriguez.mier" Date: Wed, 10 Dec 2014 18:37:26 +0100 Subject: [PATCH] added package-info class in hipster-all to force the generation of the sources and javadoc artifacts --- .../usc/citius/hipster/all/package-info.java | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 hipster-all/src/main/java/es/usc/citius/hipster/all/package-info.java diff --git a/hipster-all/src/main/java/es/usc/citius/hipster/all/package-info.java b/hipster-all/src/main/java/es/usc/citius/hipster/all/package-info.java new file mode 100644 index 0000000..320c410 --- /dev/null +++ b/hipster-all/src/main/java/es/usc/citius/hipster/all/package-info.java @@ -0,0 +1,20 @@ +/* + * Copyright 2013 Centro de Investigación en Tecnoloxías da Información (CITIUS), University of Santiago de Compostela (USC). + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * + */ +package es.usc.citius.hipster.all; \ No newline at end of file