fixed project setup in pom.xml, fixed author tag

This commit is contained in:
2019-09-13 09:15:19 +02:00
parent 585b6d7d02
commit 13d16a1309
18 changed files with 18 additions and 31 deletions

View File

@ -33,7 +33,7 @@ import javax.persistence.criteria.Root;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
* @param <T>
*/
public abstract class AbstractController<T extends Serializable> extends CommonAbstractController {

View File

@ -26,7 +26,7 @@ import javax.inject.Qualifier;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
@Qualifier
@Retention(RUNTIME)

View File

@ -28,7 +28,7 @@ import org.slf4j.LoggerFactory;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
@Transactional(value = REQUIRED)
@Interceptor

View File

@ -18,7 +18,7 @@ package de.muehlencord.shared.db;
/**
* Enddateable entities are not deleted but an enddate is set to "now"
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public interface EndDateable<T> {

View File

@ -26,7 +26,7 @@ import javax.validation.constraints.NotNull;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
@Embeddable
public class Validity implements Serializable {

View File

@ -23,7 +23,7 @@ import org.primeframework.jwt.hmac.HMACVerifier;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class JWTDecoder {

View File

@ -22,7 +22,7 @@ import org.primeframework.jwt.hmac.HMACSigner;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public abstract class JWTEncoder {

View File

@ -17,7 +17,7 @@ package de.muehlencord.shared.jeeutil.jwt;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class JWTException extends Exception {

View File

@ -22,7 +22,7 @@ import org.apache.shiro.web.filter.authc.AuthenticationFilter;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class JWTGuard extends AuthenticationFilter {

View File

@ -28,7 +28,7 @@ import org.primefaces.validate.bean.ClientConstraint;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
@Target({METHOD, FIELD, ANNOTATION_TYPE})
@Retention(RUNTIME)

View File

@ -22,7 +22,7 @@ import org.primefaces.validate.bean.ClientValidationConstraint;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class EmailClientValidationConstraint implements ClientValidationConstraint {

View File

@ -21,7 +21,7 @@ import javax.validation.ConstraintValidatorContext;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class EmailConstraintValidator implements ConstraintValidator<Email, String> {

View File

@ -26,7 +26,7 @@ import javax.faces.validator.ValidatorException;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
@FacesValidator("de.muehlencord.shared.jeeutil.validator.EmailValidator")
public class EmailValidator implements Validator {

View File

@ -20,7 +20,7 @@ import java.util.concurrent.ConcurrentHashMap;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public enum MailProtocol {

View File

@ -50,7 +50,7 @@ import org.slf4j.LoggerFactory;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class ExchangeMailReader implements MailReader {

View File

@ -40,7 +40,7 @@ import org.slf4j.LoggerFactory;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class TestSendMail {

View File

@ -29,7 +29,7 @@ import org.slf4j.LoggerFactory;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class ExchangeMailReaderTest {

13
pom.xml
View File

@ -30,8 +30,6 @@ limitations under the License.
<module>pdf</module>
<module>shiro-faces</module>
<module>poi-util</module>
<module>account-ui</module>
<module>account-dao</module>
<module>db</module>
</modules>
@ -55,17 +53,6 @@ limitations under the License.
<version>1.2-SNAPSHOT</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>de.muehlencord.shared</groupId>
<artifactId>shared-account</artifactId>
<version>1.2-SNAPSHOT</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>de.muehlencord.shared</groupId>
<artifactId>shared-account-dao</artifactId>
<version>1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>de.muehlencord.shared</groupId>
<artifactId>shared-shiro-faces</artifactId>