Skip to content

Commit

Permalink
Add mail-api
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdebsk committed Aug 10, 2023
1 parent d1e2560 commit d47ab36
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mbi/dist/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ MOD log4j
ART org.apache.logging.log4j log4j-api
ART org.apache.logging.log4j log4j-core
DEP org.apache.logging.log4j log4j-api
MOD mail-api
ART com.sun.mail javax.mail
MOD maven-antrun-plugin
ART org.apache.maven.plugins maven-antrun-plugin
DEP org.apache.maven maven-plugin-api
Expand Down
3 changes: 3 additions & 0 deletions project/mail-api.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
url=https://github.com/jakartaee/mail-api.git
ref=@.@.@
version=1.6.7
14 changes: 14 additions & 0 deletions project/mail-api.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<project>
<licensing>
<tag>EPL-2.0 or GPLv2 with exceptions</tag>
</licensing>
<module>
<build>
<compiler>
<excludeSourceClass>module-info</excludeSourceClass>
<addSourceRoot>mail/src/main/java</addSourceRoot>
<addSourceRoot>mail/src/main/resources</addSourceRoot>
</compiler>
</build>
</module>
</project>

0 comments on commit d47ab36

Please sign in to comment.