diff --git a/build-maven.xml b/build-maven.xml
index 630b1662cb0358..fb69933da23c84 100644
--- a/build-maven.xml
+++ b/build-maven.xml
@@ -93,20 +93,24 @@ for GPG setup instructions.
+
+
+
+
@@ -165,6 +169,10 @@ Run "ant -f build-dist.xml all zip-portal-war" to generate that file.
dir="portal-impl"
includes="portal-impl.jar,portal-impl-javadoc.jar,portal-impl-sources.jar"
/>
+
+
+
+
+
+
+
@@ -76,6 +81,11 @@
+
+
+
+
+
@@ -228,6 +238,11 @@
+
+
+
+
+
@@ -258,6 +273,11 @@
+
+
+
+
+
diff --git a/tools/maven/portal-pacl.xml b/tools/maven/portal-pacl.xml
new file mode 100644
index 00000000000000..eb0cee4ecc0d63
--- /dev/null
+++ b/tools/maven/portal-pacl.xml
@@ -0,0 +1,41 @@
+
+
+
+ 4.0.0
+
+ com.liferay.portal
+ portal-parent
+ @version@
+
+ com.liferay.portal
+ portal-pacl
+ Liferay Portal PACL
+ @version@
+ Contains implementation for the portal security manager.
+
+
+ com.liferay.portal
+ portal-impl
+ @version@
+ provided
+
+
+ com.liferay.portal
+ portal-service
+ @version@
+ provided
+
+
+ com.liferay.portal
+ util-bridges
+ @version@
+ provided
+
+
+ com.liferay.portal
+ util-java
+ @version@
+ provided
+
+
+
\ No newline at end of file
diff --git a/tools/maven/util-slf4j.xml b/tools/maven/util-slf4j.xml
new file mode 100644
index 00000000000000..113619434d1bbb
--- /dev/null
+++ b/tools/maven/util-slf4j.xml
@@ -0,0 +1,23 @@
+
+
+
+ 4.0.0
+
+ com.liferay.portal
+ portal-parent
+ @version@
+
+ com.liferay.portal
+ util-slf4j
+ Liferay Util SLF4J
+ @version@
+ Contains Liferay SLF4J Binding. Classes are loaded separately for each plugin.
+
+
+ com.liferay.portal
+ portal-service
+ @version@
+ provided
+
+
+
\ No newline at end of file