File tree Expand file tree Collapse file tree
src/main/java/com/github/pnrakesh Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Usage: Add this maven plugin as a dependency in the plugins section in your pom
77
88```
99<plugin>
10- <groupId>org.agogs.crypto </groupId>
10+ <groupId>com.github.pnrakesh </groupId>
1111 <artifactId>securekey-maven-plugin</artifactId>
1212 <executions>
1313 <execution>
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
4- <groupId >org.agogs.crypto </groupId >
4+ <groupId >com.github.pnrakesh </groupId >
55 <artifactId >securekey-maven-plugin</artifactId >
66 <packaging >maven-plugin</packaging >
77 <version >1.0</version >
Original file line number Diff line number Diff line change 1- package org . agogs . crypto .gen ;
1+ package com . github . pnrakesh .gen ;
22
33import org .apache .maven .plugin .AbstractMojo ;
44import org .apache .maven .plugin .MojoExecutionException ;
55import org .apache .maven .plugins .annotations .Mojo ;
6- import org . agogs . crypto .util .Util ;
6+ import com . github . pnrakesh .util .Util ;
77
88import javax .crypto .KeyGenerator ;
99import javax .crypto .SecretKey ;
Original file line number Diff line number Diff line change 1- package org . agogs . crypto .util ;
1+ package com . github . pnrakesh .util ;
22
33import javax .crypto .SecretKey ;
44import java .util .Base64 ;
You can’t perform that action at this time.
0 commit comments