Skip to content

Commit d47ab36

Browse files
committed
Add mail-api
1 parent d1e2560 commit d47ab36

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

mbi/dist/metadata.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ MOD log4j
231231
ART org.apache.logging.log4j log4j-api
232232
ART org.apache.logging.log4j log4j-core
233233
DEP org.apache.logging.log4j log4j-api
234+
MOD mail-api
235+
ART com.sun.mail javax.mail
234236
MOD maven-antrun-plugin
235237
ART org.apache.maven.plugins maven-antrun-plugin
236238
DEP org.apache.maven maven-plugin-api

project/mail-api.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
url=https://github.com/jakartaee/mail-api.git
2+
ref=@.@.@
3+
version=1.6.7

project/mail-api.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<project>
2+
<licensing>
3+
<tag>EPL-2.0 or GPLv2 with exceptions</tag>
4+
</licensing>
5+
<module>
6+
<build>
7+
<compiler>
8+
<excludeSourceClass>module-info</excludeSourceClass>
9+
<addSourceRoot>mail/src/main/java</addSourceRoot>
10+
<addSourceRoot>mail/src/main/resources</addSourceRoot>
11+
</compiler>
12+
</build>
13+
</module>
14+
</project>

0 commit comments

Comments
 (0)